Skip to content

Commit

Permalink
doctest: cleanup output file afterwards
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Hepler committed Oct 31, 2019
1 parent 6d0381e commit 0acd0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
//! let mut all_items_sorted = all_items.clone();
//! all_items.sort();
//! assert_eq!(all_items, all_items_sorted);
//! std::fs::remove_file(filename)?;
//! Ok(())
//! }
//! ```
Expand Down

0 comments on commit 0acd0d2

Please sign in to comment.