Skip to content

Commit f53aaa0

Browse files
committed
Fix warning in test
1 parent 047c616 commit f53aaa0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

tests/data/script-full-line-without-main.rs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#!/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-
*/
2+
/// This is merged into a default manifest in order to form the full package manifest:
3+
///
4+
/// ```cargo
5+
/// [dependencies]
6+
/// boolinator = "=0.1.0"
7+
/// ```
108
use boolinator::Boolinator;
119

1210
println!("--output--");

0 commit comments

Comments
 (0)