Skip to content

Commit cc0d531

Browse files
Make DocContext &mut for clean
1 parent f24eac5 commit cc0d531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl Item {
155155
name: Option<Symbol>,
156156
kind: ItemKind,
157157
attrs: Box<Attributes>,
158-
cx: &DocContext<'_>,
158+
cx: &mut DocContext<'_>,
159159
) -> Item {
160160
debug!("name={:?}, def_id={:?}", name, def_id);
161161

0 commit comments

Comments
 (0)