build: fix xtask warnings
This commit is contained in:
parent
62f6cab7d6
commit
58008d8704
@ -1,5 +1,5 @@
|
|||||||
use std::{
|
use std::{
|
||||||
fs::{self, File, OpenOptions},
|
fs::{File, OpenOptions},
|
||||||
io::{self, BufReader, BufWriter},
|
io::{self, BufReader, BufWriter},
|
||||||
path::{Path, PathBuf},
|
path::{Path, PathBuf},
|
||||||
};
|
};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// #![deny(warnings)]
|
#![deny(warnings)]
|
||||||
|
|
||||||
use std::{fs, path::PathBuf, process::ExitCode};
|
use std::{fs, path::PathBuf, process::ExitCode};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user