Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Aug 30, 2022
1 parent 0301b2e commit 368a53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ pub fn generate_import_object_from_env(
WasiVersion::Wasix32v1 => generate_import_object_wasix32_v1(store, env),
#[cfg(feature = "wasix")]
WasiVersion::Wasix64v1 => generate_import_object_wasix64_v1(store, env),
#[allow(unreachable_code)]
#[cfg(not(feature = "wasix"))]
_ => unimplemented!(),
}
}
Expand Down

0 comments on commit 368a53f

Please sign in to comment.