u-ignoretest-armhf_03
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 4 Jan 2017 20:34:56 +0000 (20:34 +0000)
committerXimin Luo <infinity0@debian.org>
Wed, 4 Jan 2017 20:34:56 +0000 (20:34 +0000)
Gbp-Pq: Name u-ignoretest-armhf_03.patch

src/doc/reference.md

index 711a13d21f0eb158ad1b4fc6c3ffa1bd0eb071d7..9c3579708867787eb0e8bef7d8c509498a8e807f 100644 (file)
@@ -1106,7 +1106,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 }