Skip to content

Commit 6fc1381

Browse files
author
Dave Huseby
committed
disabling a test for bitrig and openbsd
1 parent dabf0c6 commit 6fc1381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/no-stdlib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ necessary functionality for writing idiomatic and effective Rust code.
103103
As an example, here is a program that will calculate the dot product of two
104104
vectors provided from C, using idiomatic Rust practices.
105105

106-
```
106+
```ignore
107107
#![feature(lang_items, start, no_std, core, libc)]
108108
#![no_std]
109109

0 commit comments

Comments
 (0)