Remove trait imports that are in the 2021 edition prelude

This commit is contained in:
Jack Grigg
2022-03-20 16:51:12 +00:00
parent 74b76d3f5e
commit 7d2e3a6829
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -1,7 +1,6 @@
use bech32::{ToBase32, Variant};
use p256::elliptic_curve::sec1::{FromEncodedPoint, ToEncodedPoint};
use sha2::{Digest, Sha256};
use std::convert::TryInto;
use std::fmt;
use crate::RECIPIENT_PREFIX;