We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e681fd commit be5da75Copy full SHA for be5da75
1 file changed
src/lib.rs
@@ -442,6 +442,7 @@ mod test {
442
}
443
444
#[test]
445
+ #[cfg(not(feature = "web"))]
446
fn check_op_whitelist() {
447
let inner = || -> Result<(), Error> {
448
let mut runtime = Runtime::new(RuntimeOptions::default())?;
0 commit comments