feat: set internal warnings as errors

This commit is contained in:
2023-02-25 01:55:24 +01:00
committed by Kasper Juul Hermansen
parent f9e7af931d
commit 5f9b3a19c0
6 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
use std::{
fs::File,
io::{copy, Read, Write},
io::{copy, Write},
os::unix::prelude::PermissionsExt,
path::PathBuf,
};