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 0c3758c commit 5d6d9ebCopy full SHA for 5d6d9eb
tests/data/pub-fn-main.rs
@@ -1,11 +1,9 @@
1
//! ```cargo
2
//! [dependencies]
3
//! boolinator = "=0.1.0"
4
-//! tokio = { version = "1", features = ["full"] }
5
//! ```
6
use boolinator::Boolinator;
7
8
-#[tokio::main]
9
pub fn main() {
10
println!("--output--");
11
println!("{:?}", true.as_some(1));
0 commit comments