Skip to content

Commit

Permalink
Fix const_path_join README
Browse files Browse the repository at this point in the history
`prettier`'s behavior seems to have changed. I think this may be why: prettier/prettier#13155
  • Loading branch information
smoelius committed Jan 9, 2023
1 parent c55529e commit e75311f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/restriction/const_path_join/README.md
Expand Up @@ -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

0 comments on commit e75311f

Please sign in to comment.