Skip to content

Commit 5dd68eb

Browse files
fix(lang/rust): remove unneeded dead_code allow annotation
1 parent 9b4e288 commit 5dd68eb

File tree

1 file changed

+0
-1
lines changed
  • component-model/examples/tutorial/adder/src

1 file changed

+0
-1
lines changed

component-model/examples/tutorial/adder/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ mod bindings {
2020
/// Struct off of which the implementation will hang
2121
///
2222
/// The name of this struct is not significant.
23-
#[allow(dead_code)]
2423
struct AdderComponent;
2524

2625
impl bindings::exports::docs::adder::add::Guest for AdderComponent {

0 commit comments

Comments
 (0)