Skip to content

Commit 88f4f23

Browse files
committed
test
1 parent 1c52584 commit 88f4f23

File tree

3 files changed

+107
-1
lines changed

3 files changed

+107
-1
lines changed

Cargo.lock

+106
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9+
tokio = "1.36.0"
910

1011
[lints.clippy]
1112
pedantic = "warn"

src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ fn main() {
77
} else if cfg!(target_os = "windows") {
88
println!("You are running windows!");
99
}
10-
return;
1110
}

0 commit comments

Comments
 (0)