Skip to content

Commit

Permalink
Ignore example in automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ricobbe committed Jul 20, 2021
1 parent 9b75213 commit 3061b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/unstable-book/src/language-features/raw-dylib.md
Expand Up @@ -9,7 +9,8 @@ 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.

```rust
<!-- NOTE(ignore) this example is specific to the windows targets and requires an external library -->
```rust,ignore
#![feature(raw_dylib)]
#[link(name="library", kind="raw-dylib")]
Expand Down

0 comments on commit 3061b9b

Please sign in to comment.