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
@@ -5,7 +5,6 @@ use age_core::{
};
use p256::{ecdh::EphemeralSecret, elliptic_curve::sec1::ToEncodedPoint};
use rand::rngs::OsRng;
use std::convert::TryInto;
use crate::{p256::Recipient, STANZA_TAG};