We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9585ed commit 4b49a26Copy full SHA for 4b49a26
1 file changed
build.rs
@@ -1,7 +1,7 @@
1
#![deny(warnings)]
2
3
use {
4
- anyhow::{anyhow, bail, Context, Result},
+ anyhow::{Context, Result, anyhow, bail},
5
std::{
6
env,
7
fmt::Write as _,
0 commit comments