remove some allow annotions and fix resulting warnings

This commit is contained in:
2019-05-07 17:46:17 +02:00
parent cd5e69145f
commit 66fc54cb3e
11 changed files with 20 additions and 33 deletions

View File

@ -1,4 +1,4 @@
use serde::{Deserializer, Serialize};
use serde::Serialize;
use std::io;
mod sha256;