We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047c616 commit f53aaa0Copy full SHA for f53aaa0
tests/data/script-full-line-without-main.rs
@@ -1,12 +1,10 @@
1
#!/usr/bin/env rust-script
2
-/*!
3
-This is merged into a default manifest in order to form the full package manifest:
4
-
5
-```cargo
6
-[dependencies]
7
-boolinator = "=0.1.0"
8
-```
9
-*/
+/// This is merged into a default manifest in order to form the full package manifest:
+///
+/// ```cargo
+/// [dependencies]
+/// boolinator = "=0.1.0"
+/// ```
10
use boolinator::Boolinator;
11
12
println!("--output--");
0 commit comments