diff options
| author | Dave Huseby <dhuseby@mozilla.com> | 2015-04-14 11:18:12 -0700 |
|---|---|---|
| committer | Dave Huseby <dhuseby@mozilla.com> | 2015-04-14 11:21:33 -0700 |
| commit | 6fc138136d8d6cf9f8478efa501e3a173e5c0277 (patch) | |
| tree | 0b55178fb3980a131735ec95e62244210abbd530 | |
| parent | dabf0c6371d3b193664f58746fa27c1835a010f3 (diff) | |
| download | rust-6fc138136d8d6cf9f8478efa501e3a173e5c0277.tar.gz rust-6fc138136d8d6cf9f8478efa501e3a173e5c0277.zip | |
disabling a test for bitrig and openbsd
| -rw-r--r-- | src/doc/trpl/no-stdlib.md | 2 |
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] |
