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
@@ -9,7 +9,6 @@ use age_plugin::{identity, Callbacks};
use bech32::{ToBase32, Variant};
use dialoguer::Password;
use log::warn;
use std::convert::TryInto;
use std::fmt;
use std::io;
use std::iter;