Build rust with warnings=errors

This commit is contained in:
Andrew Helwer 2021-09-28 18:51:09 -04:00
parent 652235a6b8
commit 8eef790a61
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,4 @@
use anyhow::{anyhow, Context, Result};
use anyhow::{Result};
use std::io;
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Arc;