Skip to content

Commit 4599536

Browse files
refactor(pl/rust): remove unneeded note
1 parent cfcfb7b commit 4599536

File tree

1 file changed

+0
-3
lines changed
  • component-model/src/language-support/importing-and-reusing-components

1 file changed

+0
-3
lines changed

component-model/src/language-support/importing-and-reusing-components/rust.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
The world file (`wit/world.wit`) we generated doesn't specify any imports.
66
If your component consumes other components, you can edit the `world.wit` file to import their interfaces.
77

8-
> [!NOTE]
9-
> This section is about importing custom WIT interfaces from library components.
10-
118
For example, suppose you have created and built an adder component as explained in the [exporting an interface section](#exporting-an-interface-with-cargo-component) and want to use that component in a calculator component. Here is a partial example world for a calculator that imports the add interface:
129

1310
```wit

0 commit comments

Comments
 (0)