We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e207e4 commit d22b430Copy full SHA for d22b430
1 file changed
component-model/examples/tutorial/adder/src/lib.rs
@@ -1,6 +1,7 @@
1
#[allow(warnings)]
2
mod bindings;
3
4
+// Separating out the interface puts it in a sub-module
5
use bindings::exports::docs::adder::add::Guest;
6
7
struct Component;
0 commit comments