Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ edition: 2018
use clippy::time::Instant;
//~^ ERROR `clippy` is a tool module
fn main() {
Instant::now();
}