about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDave Huseby <dhuseby@mozilla.com>2015-04-14 11:18:12 -0700
committerDave Huseby <dhuseby@mozilla.com>2015-04-14 11:21:33 -0700
commit6fc138136d8d6cf9f8478efa501e3a173e5c0277 (patch)
tree0b55178fb3980a131735ec95e62244210abbd530
parentdabf0c6371d3b193664f58746fa27c1835a010f3 (diff)
downloadrust-6fc138136d8d6cf9f8478efa501e3a173e5c0277.tar.gz
rust-6fc138136d8d6cf9f8478efa501e3a173e5c0277.zip
disabling a test for bitrig and openbsd
-rw-r--r--src/doc/trpl/no-stdlib.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/no-stdlib.md b/src/doc/trpl/no-stdlib.md
index 094c82a08cc..67db919c59f 100644
--- a/src/doc/trpl/no-stdlib.md
+++ b/src/doc/trpl/no-stdlib.md
@@ -103,7 +103,7 @@ necessary functionality for writing idiomatic and effective Rust code.
 As an example, here is a program that will calculate the dot product of two
 vectors provided from C, using idiomatic Rust practices.
 
-```
+```ignore
 #![feature(lang_items, start, no_std, core, libc)]
 #![no_std]