Skip to content

Commit 8e84e4d

Browse files
committed
Fix ignore annotation
1 parent 3061b9b commit 8e84e4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/unstable-book/src/language-features/raw-dylib.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ The tracking issue for this feature is: [#58713]
99
The `raw_dylib` feature allows you to link against the implementations of functions in an `extern`
1010
block without, on Windows, linking against an import library.
1111

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

0 commit comments

Comments
 (0)