Fix clippy lints

This commit is contained in:
Paul Hauner
2021-09-25 11:26:54 +10:00
parent 9c8bf4965e
commit 95ef497e7b
5 changed files with 38 additions and 15 deletions

View File

@@ -68,11 +68,3 @@ impl ExecutionLayer {
.map_err(Error::EngineErrors)
}
}
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}