Remove unused name from CrateAnalysis

This commit is contained in:
Igor Matuszewski 2019-01-04 20:01:01 +01:00
parent a1189ac058
commit 480d0f3a31
3 changed files with 0 additions and 3 deletions

View file

@ -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 },
};