Changing allow(dead_code) to more specific exclusions

This commit is contained in:
Tomusdrw
2016-02-03 15:33:58 +01:00
parent a1bfcf17e3
commit a7b1b70fc1
8 changed files with 29 additions and 39 deletions

View File

@@ -24,6 +24,7 @@ impl fmt::Display for VMType {
}
#[cfg(test)]
#[cfg(feature = "json-tests")]
impl VMType {
/// Return all possible VMs (JIT, Interpreter)
#[cfg(feature="jit")]