Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
resolve
/
tool-import.rs
blob: bde375a2c490e1256af6e8715de1687ce6b05deb [
file
] [
log
] [
blame
] [
edit
]
//@ edition: 2018
use
clippy
::
time
::
Instant
;
//~^ `clippy` is a tool module
fn
main
()
{
Instant
::
now
();
}