Skip to content

Commit 1968b61

Browse files
committed
added expect unused
1 parent bf240f7 commit 1968b61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/wasm-pkg-client/src/overlay

crates/wasm-pkg-client/src/overlay/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub(crate) struct OverlayBackend {
1818
_handle: TempDir,
1919
}
2020

21+
#[expect(unused)]
2122
impl OverlayBackend {
2223
fn new(remotes: HashMap<PackageRef, InnerClient>) -> Result<Self, Error> {
2324
let (local, handle) = LocalBackend::temp_dir()?;

0 commit comments

Comments
 (0)