Remove redundant TryFrom/TryInto imports.

Extracted from: a93f5945ab
This commit is contained in:
Kris Nuttycombe 2022-09-02 12:01:48 -06:00
parent 8d56418bb6
commit e6483762f2
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ extern crate alloc;
#[cfg(feature = "alloc")]
use alloc::vec::Vec;
use core::convert::TryInto;
use chacha20::{
cipher::{NewCipher, StreamCipher, StreamCipherSeek},
ChaCha20,