mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
minor: fix some clippy lints
This commit is contained in:
parent
2aee17e556
commit
36a5ce9790
23 changed files with 102 additions and 138 deletions
|
@ -521,8 +521,8 @@ impl fmt::Display for CyclicDependenciesError {
|
|||
write!(
|
||||
f,
|
||||
"cyclic deps: {} -> {}, alternative path: {}",
|
||||
render(&self.from()),
|
||||
render(&self.to()),
|
||||
render(self.from()),
|
||||
render(self.to()),
|
||||
path
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue