crypto: Remove an unused import.

master
Damir Jelić 2020-09-14 20:27:30 +02:00
parent c2756a9a92
commit b628e6286a
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ pub struct EncryptionInfo {
mod test {
use super::{AttachmentDecryptor, AttachmentEncryptor, EncryptionInfo};
use serde_json::json;
use std::io::{Cursor, Read, Write};
use std::io::{Cursor, Read};
const EXAMPLE_DATA: &[u8] = &[
179, 154, 118, 127, 186, 127, 110, 33, 203, 33, 33, 134, 67, 100, 173, 46, 235, 27, 215,