We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6436a commit 70514fdCopy full SHA for 70514fd
crates/spidermonkey-embedding-splicer/src/bin/splicer.rs
@@ -5,9 +5,7 @@ use std::str::FromStr;
5
use anyhow::{Context, Result};
6
use clap::{Parser, Subcommand};
7
8
-use spidermonkey_embedding_splicer::wit::exports::local::spidermonkey_embedding_splicer::splicer::{
9
- CoreFn, CoreTy, Feature,
10
-};
+use spidermonkey_embedding_splicer::wit::exports::local::spidermonkey_embedding_splicer::splicer::Feature;
11
use spidermonkey_embedding_splicer::{splice, stub_wasi};
12
13
#[derive(Parser, Debug)]
0 commit comments