remove "field is never read" warning

This commit is contained in:
Pietro Albini
2021-10-19 09:29:19 +02:00
committed by Mark Rousskov
parent b63ab8005a
commit aca8bcb48f
3 changed files with 1 additions and 4 deletions

View File

@@ -277,7 +277,6 @@ pub struct Build {
struct Crate {
name: Interned<String>,
deps: HashSet<Interned<String>>,
id: String,
path: PathBuf,
}