We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feefb30 commit 0741969Copy full SHA for 0741969
clippy.toml
@@ -0,0 +1,3 @@
1
+disallowed-methods = [
2
+ { path = "std::path::Path::display", reason = "incorrect handling of non-Unicode paths, use path.to_utf8() or debug (`{path:?}`) instead" },
3
+]
0 commit comments