We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac8e9e commit 2ef3f3fCopy full SHA for 2ef3f3f
crates/test/src/lib.rs
@@ -1,4 +1,4 @@
1
-use anyhow::{Context, Result, anyhow, bail};
+use anyhow::{anyhow, bail, Context, Result};
2
use clap::Parser;
3
use rayon::prelude::*;
4
use std::borrow::Cow;
0 commit comments