diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/archive.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/archive.rs b/src/archive.rs index a3e043d..ab43ffb 100644 --- a/src/archive.rs +++ b/src/archive.rs @@ -107,7 +107,7 @@ where /// /// For example, consider this directory structure: /// -/// ``` +/// ```ignore /// a /// └── b /// └── c @@ -118,7 +118,7 @@ where /// /// Making a tarball out of `"a/b/c"` will result in this archive content: /// -/// ``` +/// ```ignore /// c /// ├── e /// ├── f @@ -185,7 +185,7 @@ where /// /// For example, consider this directory structure: /// -/// ``` +/// ```ignore /// a /// └── b /// └── c @@ -196,7 +196,7 @@ where /// /// Making a zip out of `"a/b/c"` will result in this archive content: /// -/// ``` +/// ```ignore /// c /// ├── e /// ├── f |