u-ignoretest-armhf_03
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Sat, 8 Jul 2017 23:35:25 +0000 (00:35 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 8 Jul 2017 23:35:25 +0000 (00:35 +0100)
Gbp-Pq: Name u-ignoretest-armhf_03.patch

src/doc/reference.md

index dfdfe328820289cdbd284c71e8146ac2b6d0fed7..ee21f64f86837d712d132814aaeaabe75600d6fa 100644 (file)
@@ -1133,7 +1133,7 @@ bodies defined in Rust code _can be called by foreign code_. They are defined
 in the same way as any other Rust function, except that they have the `extern`
 modifier.
 
-```
+```{.ignore}
 // Declares an extern fn, the ABI defaults to "C"
 extern fn new_i32() -> i32 { 0 }