Home
last modified time | relevance | path

Searched refs:has_needless_main (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Ddoc.rs612 fn has_needless_main(code: String, edition: Edition) -> bool { in check_code() function
680 if thread::spawn(move || has_needless_main(text, edition)) in check_code()