Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Ben-Amram <omerbenamram@gmail.com>2019-06-03 16:38:36 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2019-06-03 16:38:36 +0300
commitc9a6557fc6b65aaa2a807691bace876eb46228ea (patch)
tree4bb44869fff6538594c06d24564b98fca05ba782
parent816005abbac3ca1e307dfa0049eb65c43bc16ef8 (diff)
dont blow up stdout with output in doctests
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a8428e..449cf9a 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Some examples
- `mft_dump -e <output_directory> -o json <input_file>` will extract all resident streams in MFT to files.
# Library usage:
-```rust
+```rust,no_run
use mft::MftParser;
use mft::attribute::MftAttributeContent;
use std::path::PathBuf;