We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c861695 commit 78443c5Copy full SHA for 78443c5
src/librustdoc/clean/mod.rs
@@ -178,7 +178,7 @@ fn is_glob_import(tcx: TyCtxt<'_>, import_id: LocalDefId) -> bool {
178
}
179
180
fn generate_item_with_correct_attrs(
181
- cx: &mut DocContext<'_>,
+ cx: &DocContext<'_>,
182
kind: ItemKind,
183
def_id: DefId,
184
name: Symbol,
@@ -2622,7 +2622,7 @@ pub(crate) fn reexport_chain(
2622
2623
/// Collect attributes from the whole import chain.
2624
fn get_all_import_attributes<'hir>(
2625
- cx: &mut DocContext<'hir>,
+ cx: &DocContext<'hir>,
2626
import_def_id: LocalDefId,
2627
target_def_id: DefId,
2628
is_inline: bool,
0 commit comments