mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Simplify
This commit is contained in:
parent
b75301cec8
commit
3a7dcf91c4
3 changed files with 11 additions and 16 deletions
|
@ -1001,7 +1001,7 @@ impl HirDisplay for Ty {
|
|||
ItemInNs::Types((*def_id).into()),
|
||||
module_id,
|
||||
PrefixKind::Plain,
|
||||
true,
|
||||
false,
|
||||
ImportPathConfig { prefer_no_std: false, prefer_prelude: true },
|
||||
) {
|
||||
write!(f, "{}", path.display(f.db.upcast()))?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue