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 bf240f7 commit 1968b61Copy full SHA for 1968b61
1 file changed
crates/wasm-pkg-client/src/overlay/mod.rs
@@ -18,6 +18,7 @@ pub(crate) struct OverlayBackend {
18
_handle: TempDir,
19
}
20
21
+#[expect(unused)]
22
impl OverlayBackend {
23
fn new(remotes: HashMap<PackageRef, InnerClient>) -> Result<Self, Error> {
24
let (local, handle) = LocalBackend::temp_dir()?;
0 commit comments