Skip to content

Commit ad254b8

Browse files
committed
Fix docs for unstable script feature
1 parent 7297f0f commit ad254b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/unstable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,10 +1239,10 @@ fn main() {}
12391239
A user may optionally specify a manifest in a `cargo` code fence in a module-level comment, like:
12401240
````rust
12411241
#!/usr/bin/env -S cargo +nightly -Zscript
1242-
```cargo
1242+
---cargo
12431243
[dependencies]
12441244
clap = { version = "4.2", features = ["derive"] }
1245-
```
1245+
---
12461246

12471247
use clap::Parser;
12481248

0 commit comments

Comments
 (0)