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 a0633ed commit 19503c9Copy full SHA for 19503c9
component-model/examples/tutorial/adder/src/lib.rs
@@ -20,7 +20,6 @@ mod bindings {
20
/// Struct off of which the implementation will hang
21
///
22
/// The name of this struct is not significant.
23
-#[allow(dead_code)]
24
struct AdderComponent;
25
26
impl bindings::exports::docs::adder::add::Guest for AdderComponent {
0 commit comments