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 15bf02c commit 1401c8fCopy full SHA for 1401c8f
clippy_lints/src/path_from_format.rs
@@ -16,6 +16,10 @@ declare_clippy_lint! {
16
/// ### Why is this bad?
17
/// It is not OS-agnostic, and can be harder to read.
18
///
19
+ /// ### Known Problems
20
+ /// `.join()` introduces additional allocations that are not present when `Pathbuf::push` is
21
+ /// used instead.
22
+ ///
23
/// ### Example
24
/// ```rust
25
/// use std::path::PathBuf;
0 commit comments