Remove trait imports that are in the 2021 edition prelude

This commit is contained in:
Jack Grigg
2022-03-20 16:51:12 +00:00
parent 74b76d3f5e
commit 7d2e3a6829
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -1,4 +1,3 @@
use std::convert::{TryFrom, TryInto};
use std::fs::{File, OpenOptions};
use std::io::{self, Write};