A bunch more work on replacing every potential panic with results
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/// The WASM module handles loading dynamic scripts through WebAssembly.
|
||||
#[cfg(feature = "wasm")]
|
||||
// FIXME: allow these for now until we have a good result interface defined.
|
||||
#[allow(clippy::unwrap_used)]
|
||||
#[allow(clippy::expect_used)]
|
||||
#[allow(clippy::indexing_slicing)]
|
||||
#[allow(clippy::string_slice)]
|
||||
#[allow(clippy::exit)]
|
||||
#[allow(clippy::panic)]
|
||||
pub mod wasm;
|
||||
|
||||
Reference in New Issue
Block a user