File: disable-problematic-doctest.patch

package info (click to toggle)
rust-assert-fs 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 228 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: assert-fs/src/fixture/tools.rs
===================================================================
--- assert-fs.orig/src/fixture/tools.rs
+++ assert-fs/src/fixture/tools.rs
@@ -171,7 +171,7 @@ pub trait PathCopy {
     ///
     /// # Examples
     ///
-    /// ```rust
+    /// ```rust, no_run
     /// use assert_fs::prelude::*;
     ///
     /// let temp = assert_fs::TempDir::new().unwrap();