cargo fmt

This commit is contained in:
BenjaminBrienen 2025-03-10 12:42:27 +01:00
parent 87f837cec7
commit 7535bb4661
571 changed files with 2210 additions and 2458 deletions

View file

@ -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`.