Skip to content

Commit 449349c

Browse files
committed
Fix more warnings.
1 parent 0e401ca commit 449349c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • tests/runtime/rust/with-only-affects-imports

tests/runtime/rust/with-only-affects-imports/test.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
//@ args = '--with my:inline/foo=other::my::inline::foo'
22

3-
#![expect(
4-
unused_imports,
5-
reason = "using `with` is known to produce possibly dead imports"
6-
)]
7-
83
include!(env!("BINDINGS"));
94

105
mod other {

0 commit comments

Comments
 (0)