Update Rust edition to 2021 🎉
This commit is contained in:
parent
554e0a090e
commit
adce9e0421
39 changed files with 39 additions and 41 deletions
|
|
@ -163,8 +163,6 @@ impl Operation {
|
|||
where
|
||||
R: std::io::BufRead + std::io::Seek,
|
||||
{
|
||||
use std::convert::TryFrom;
|
||||
|
||||
let exif = exif::Reader::new().read_from_container(reader)?;
|
||||
|
||||
Ok(exif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue