Skip to content

Commit

Permalink
fix: remove .append(true) in stdlib/md_renderer.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Dec 24, 2023
1 parent 685fa69 commit e1dfdd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/md_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ impl Renderer for MarkdownRenderer {

let f = fs::OpenOptions::new()
.write(true)
.append(true)
.create(true)
.open(file_path)
.expect("unable to open stdlib markdown file");
Expand Down

0 comments on commit e1dfdd9

Please sign in to comment.