mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 03:17:42 +03:00
Remove trait imports that are in the 2021 edition prelude
This commit is contained in:
parent
49a626ca67
commit
017f3420bc
9 changed files with 0 additions and 9 deletions
|
@ -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";
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue