mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
explicit_auto_deref
This commit is contained in:
parent
84494d1c8e
commit
575398134e
2 changed files with 1 additions and 2 deletions
|
@ -36,7 +36,7 @@ impl ManifestPath {
|
|||
}
|
||||
|
||||
pub fn canonicalize(&self) -> ! {
|
||||
(&**self).canonicalize()
|
||||
(**self).canonicalize()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue