Sign in
rust
/
rust
/
b243d015f4c83a1bea4b82bb87608c8bcbb22dc4
/
.
/
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
();
}