Fix ignore annotation

This commit is contained in:
Richard Cobbe 2021-07-20 14:04:38 -07:00
parent 3061b9bda8
commit 8e84e4d8e1

View file

@ -9,8 +9,7 @@ The tracking issue for this feature is: [#58713]
The `raw_dylib` feature allows you to link against the implementations of functions in an `extern`
block without, on Windows, linking against an import library.
<!-- NOTE(ignore) this example is specific to the windows targets and requires an external library -->
```rust,ignore
```rust,ignore (partial-example)
#![feature(raw_dylib)]
#[link(name="library", kind="raw-dylib")]