Make DocContext &mut for clean

This commit is contained in:
Guillaume Gomez 2021-02-24 10:16:33 +01:00
parent f24eac5e64
commit cc0d531463
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ impl Item {
name: Option<Symbol>,
kind: ItemKind,
attrs: Box<Attributes>,
cx: &DocContext<'_>,
cx: &mut DocContext<'_>,
) -> Item {
debug!("name={:?}, def_id={:?}", name, def_id);