Skip to content

Commit

Permalink
Ignore the lang-items example in the book.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Aug 2, 2016
1 parent dbc3391 commit b583711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/lang-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For example, `Box` pointers require two lang items, one for allocation
and one for deallocation. A freestanding program that uses the `Box`
sugar for dynamic allocations via `malloc` and `free`:

```rust
```rust,ignore
#![feature(lang_items, box_syntax, start, libc)]
#![no_std]
Expand Down

0 comments on commit b583711

Please sign in to comment.