We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0870029 commit cc450a9Copy full SHA for cc450a9
src/fs.rs
@@ -34,7 +34,6 @@ impl File {
34
/// Opens a file in write-only mode.
35
///
36
/// This function will create a file if it does not exist, and will append to it if it does.
37
-
38
/// **If the parent directory does not exist, it will be created.**
39
pub fn append(path: impl Into<PathBuf>) -> Result<Self> {
40
let path = path.into();
0 commit comments