Skip to content

Commit 3061b9b

Browse files
committed
Ignore example in automation
1 parent 9b75213 commit 3061b9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ 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-
```rust
12+
<!-- NOTE(ignore) this example is specific to the windows targets and requires an external library -->
13+
```rust,ignore
1314
#![feature(raw_dylib)]
1415
1516
#[link(name="library", kind="raw-dylib")]

0 commit comments

Comments
 (0)