build: fix xtask warnings

This commit is contained in:
Mark Poliakov 2024-04-12 12:24:00 +03:00
parent 62f6cab7d6
commit 58008d8704
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
use std::{
fs::{self, File, OpenOptions},
fs::{File, OpenOptions},
io::{self, BufReader, BufWriter},
path::{Path, PathBuf},
};

View File

@ -1,4 +1,4 @@
// #![deny(warnings)]
#![deny(warnings)]
use std::{fs, path::PathBuf, process::ExitCode};