Remove trait imports that are in the 2021 edition prelude

This commit is contained in:
Jack Grigg 2022-03-16 04:07:43 +00:00
parent 49a626ca67
commit 017f3420bc
9 changed files with 0 additions and 9 deletions

View file

@ -10,7 +10,6 @@ use age_plugin::{
};
use gumdrop::Options;
use std::collections::HashMap;
use std::convert::TryInto;
use std::io;
const PLUGIN_NAME: &str = "unencrypted";

View file

@ -6,7 +6,6 @@ use age_core::{
secrecy::SecretString,
};
use bech32::FromBase32;
use std::convert::TryInto;
use std::io;
use crate::{Callbacks, PLUGIN_IDENTITY_PREFIX, PLUGIN_RECIPIENT_PREFIX};