Skip to content

Commit

Permalink
Do not run doctest
Browse files Browse the repository at this point in the history
NOCOW is only available on some file systems, leading to CI failure. We
test the basic functionality in the normal tests already.
  • Loading branch information
michaellass committed Mar 19, 2023
1 parent 9cdd062 commit 23960d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SOFTWARE.
//! ext2, ext3, ext4, btrfs, xfs and f2fs file systems.
//!
//! # Example
//! ```rust
//! ```no_run
//! use std::fs::{remove_file,File};
//! use std::path::Path;
//! use e2p_fileflags::{FileFlags,Flags};
Expand Down

0 comments on commit 23960d9

Please sign in to comment.