This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
tokio
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/tokio.git
synced
2026-08-22 00:00:11 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cdb132d333c9f8d20f6f4daef0bd72a67ce83f5b
tokio
/
tests-build
/
tests
/
fail
/
macros_dead_code.rs
T
9 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Revert "chore: disable warnings in old CI (
#4691
)"
2022-05-14 20:59:52 +02:00
#![deny(dead_code)]
use
tests_build
::
tokio
;
#[tokio::main]
async
fn
f
()
{}
fn
main
()
{}
Reference in New Issue
Copy Permalink