Skip to content

Commit 3ba2197

Browse files
committed
Unused imports
1 parent 6b8c165 commit 3ba2197

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/ink/ir/src/ir/sha3.rs

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
use proc_macro2::TokenStream as TokenStream2;
16-
use syn::spanned::Spanned as _;
17-
1815
/// Computes the KECCAK 256-bit hash for the given input and stores it in output.
1916
pub fn keccak_256(input: &[u8], output: &mut [u8; 32]) {
2017
use sha3::{

0 commit comments

Comments
 (0)