File: ignore-doctest-that-requres-cursive.patch

package info (click to toggle)
rust-cursive-core 0.4.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,304 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: cursive-core/src/printer.rs
===================================================================
--- cursive-core.orig/src/printer.rs
+++ cursive-core/src/printer.rs
@@ -132,7 +132,7 @@ impl<'a, 'b> Printer<'a, 'b> {
     /// The text could be truncated if it exceed the [drawing area size](Self::output_size).
     ///
     /// # Example
-    /// ```rust
+    /// ```ignore
     /// # use cursive_core as cursive;
     /// use cursive::{Printer, Vec2, View, XY};
     ///