Fix ignore annotation
This commit is contained in:
parent
3061b9bda8
commit
8e84e4d8e1
1 changed files with 1 additions and 2 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue