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