Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
resolve
/
tool-import.rs
blob: bde375a2c490e1256af6e8715de1687ce6b05deb [
file
] [
log
] [
blame
]
//@ edition: 2018
use
clippy
::
time
::
Instant
;
//~^ `clippy` is a tool module
fn
main
()
{
Instant
::
now
();
}