Remove unused name from CrateAnalysis
This commit is contained in:
parent
a1189ac058
commit
480d0f3a31
3 changed files with 0 additions and 3 deletions
|
|
@ -470,7 +470,6 @@ pub fn run_core(options: RustdocOptions) -> (clean::Crate, RenderInfo, RenderOpt
|
|||
}).collect(),
|
||||
};
|
||||
let analysis = ty::CrateAnalysis {
|
||||
name: name.to_string(),
|
||||
glob_map: if resolver.make_glob_map { Some(resolver.glob_map.clone()) } else { None },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue