explicit_auto_deref

This commit is contained in:
Johann Hemmann 2024-01-19 14:46:49 +01:00
parent 84494d1c8e
commit 575398134e
2 changed files with 1 additions and 2 deletions

View file

@ -36,7 +36,7 @@ impl ManifestPath {
}
pub fn canonicalize(&self) -> ! {
(&**self).canonicalize()
(**self).canonicalize()
}
}