Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Feb 28, 2021
1 parent 2c73ebd commit de17e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heim-virt/src/sys/linux/containers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use heim_runtime as rt;

use crate::Virtualization;

#[allow(clippy::clippy::unnecessary-wraps)]
#[allow(clippy::clippy::unnecessary_wraps)]
fn try_guess_container(value: &str) -> Result<Virtualization, ()> {
// TODO: Case-insensitive comparision?
match value {
Expand Down

0 comments on commit de17e07

Please sign in to comment.