Skip to content

Commit cc450a9

Browse files
committed
chore: fix clippy
1 parent 0870029 commit cc450a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fs.rs

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ impl File {
3434
/// Opens a file in write-only mode.
3535
///
3636
/// This function will create a file if it does not exist, and will append to it if it does.
37-
3837
/// **If the parent directory does not exist, it will be created.**
3938
pub fn append(path: impl Into<PathBuf>) -> Result<Self> {
4039
let path = path.into();

0 commit comments

Comments
 (0)