From db6091a91550d60e4cbcd484db19b83d7cb3cfd9 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Mon, 9 Jan 2023 11:19:40 +0000 Subject: [PATCH] Fix `const_path_join` README `prettier`'s behavior seems to have changed. I think this may be why: https://github.com/prettier/prettier/pull/13155 --- examples/restriction/const_path_join/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/restriction/const_path_join/README.md b/examples/restriction/const_path_join/README.md index 8c5cd60e6..5bedd5cb2 100644 --- a/examples/restriction/const_path_join/README.md +++ b/examples/restriction/const_path_join/README.md @@ -19,4 +19,4 @@ Use instead: PathBuf::from("../target") ``` -[std::path::path]: https://doc.rust-lang.org/std/path/struct.Path.html +[std::path::Path]: https://doc.rust-lang.org/std/path/struct.Path.html