diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2016-08-02 09:02:19 +0300 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2016-08-02 09:02:19 +0300 |
| commit | b583711ff965db3b113ad6f468f32ad6ec1330a3 (patch) | |
| tree | cea07c1337561ecbdd88c8de1a69a943baa36701 | |
| parent | dbc3391a23df8ec0ebb130ee9f06511abddac24f (diff) | |
| download | rust-b583711ff965db3b113ad6f468f32ad6ec1330a3.tar.gz rust-b583711ff965db3b113ad6f468f32ad6ec1330a3.zip | |
Ignore the lang-items example in the book.
| -rw-r--r-- | src/doc/book/lang-items.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/lang-items.md b/src/doc/book/lang-items.md index b948567ac5b..72a3c08225d 100644 --- a/src/doc/book/lang-items.md +++ b/src/doc/book/lang-items.md @@ -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] |
