mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 10:39:45 +00:00
cargo fmt
This commit is contained in:
parent
87f837cec7
commit
7535bb4661
571 changed files with 2210 additions and 2458 deletions
|
|
@ -248,7 +248,9 @@ impl AbsPath {
|
|||
}
|
||||
|
||||
pub fn canonicalize(&self) -> ! {
|
||||
panic!("We explicitly do not provide canonicalization API, as that is almost always a wrong solution, see #14430")
|
||||
panic!(
|
||||
"We explicitly do not provide canonicalization API, as that is almost always a wrong solution, see #14430"
|
||||
)
|
||||
}
|
||||
|
||||
/// Equivalent of [`Utf8Path::strip_prefix`] for `AbsPath`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue