Skip to content

Commit b583711

Browse files
committed
Ignore the lang-items example in the book.
1 parent dbc3391 commit b583711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/lang-items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For example, `Box` pointers require two lang items, one for allocation
1515
and one for deallocation. A freestanding program that uses the `Box`
1616
sugar for dynamic allocations via `malloc` and `free`:
1717

18-
```rust
18+
```rust,ignore
1919
#![feature(lang_items, box_syntax, start, libc)]
2020
#![no_std]
2121

0 commit comments

Comments
 (0)