Skip to content

Commit d22b430

Browse files
committed
added comment to adder/lib.rs
1 parent 2e207e4 commit d22b430

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • component-model/examples/tutorial/adder/src

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#[allow(warnings)]
22
mod bindings;
33

4+
// Separating out the interface puts it in a sub-module
45
use bindings::exports::docs::adder::add::Guest;
56

67
struct Component;

0 commit comments

Comments
 (0)