Skip to content

Commit 5d6d9eb

Browse files
committed
Fix test
1 parent 0c3758c commit 5d6d9eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/data/pub-fn-main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
//! ```cargo
22
//! [dependencies]
33
//! boolinator = "=0.1.0"
4-
//! tokio = { version = "1", features = ["full"] }
54
//! ```
65
use boolinator::Boolinator;
76

8-
#[tokio::main]
97
pub fn main() {
108
println!("--output--");
119
println!("{:?}", true.as_some(1));

0 commit comments

Comments
 (0)