Rollup merge of #24425 - dhuseby:bitrig_fixing_tests_3, r=alexcrichton

the code block in the no-stdlib.md file caused test failure on bitrig and openbsd.

Closes #24108
This commit is contained in:
Steve Klabnik 2015-04-15 17:26:06 -04:00
commit 031619f5af

View File

@ -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]