From 7554f2f52f6a6283e0190e98722de66659d27078 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 24 Sep 2020 05:38:19 +0200 Subject: Ignore non-Rust preformatted code --- src/archive.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/archive.rs') 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 -- cgit v1.2.3