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