Merge pull request #2821 from rtfeldman/zig-version-dead-code

Allow `ZigVersion` enum to have dead code (unused case)
This commit is contained in:
Ayaz 2022-04-08 17:15:19 -04:00 committed by GitHub
commit 1dd374a9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,7 @@ impl WasmLayout {
}
}
#[allow(dead_code)]
#[derive(PartialEq, Eq)]
pub enum ZigVersion {
Zig8,