Skip to content

Commit

Permalink
Remove TryInto
Browse files Browse the repository at this point in the history
This is no longer needed in edition 2021
  • Loading branch information
jrozner committed Dec 26, 2021
1 parent 8d48687 commit 23c316c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::convert::TryInto;

pub mod decode_error;
pub mod emulate;
pub mod instruction;
Expand Down

0 comments on commit 23c316c

Please sign in to comment.