mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Shrink some stuff
This commit is contained in:
parent
994df3d6a3
commit
ccff704c25
7 changed files with 18 additions and 16 deletions
|
@ -66,6 +66,7 @@ pub(crate) fn status(db: &RootDatabase, file_id: Option<FileId>) -> String {
|
|||
None => format!("{}", krate.into_raw()),
|
||||
};
|
||||
format_to!(buf, "Crate: {}\n", display_crate(krate));
|
||||
format_to!(buf, "Enabled cfgs: {:?}\n", crate_graph[krate].cfg_options);
|
||||
let deps = crate_graph[krate]
|
||||
.dependencies
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue