Skip to content

Commit e042ade

Browse files
author
SkymanOne
committed
fmt
1 parent d82693d commit e042ade

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/ink/ir/src/ir/utils.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ use crate::{
2121
};
2222
use proc_macro2::Span;
2323
use std::collections::HashMap;
24-
use syn::{
25-
spanned::Spanned,
26-
Expr,
27-
};
24+
use syn::spanned::Spanned;
2825

2926
/// Ensures that the given visibility is `pub` and otherwise returns an appropriate error.
3027
///

0 commit comments

Comments
 (0)