We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d6d55 commit 262d47fCopy full SHA for 262d47f
1 file changed
component-model/src/language-support/rust.md
@@ -8,7 +8,7 @@ the component's implementation language.
8
> [!NOTE]
9
> You can find more details about `cargo-component` on [crates.io](https://crates.io/crates/cargo-component).
10
11
-## 1. Setup
+## Setup
12
13
Install [`cargo-component`][cargo-component-install]:
14
```sh
@@ -27,7 +27,7 @@ Clone the [component-docs](https://github.com/bytecodealliance/component-docs) r
27
git clone https://github.com/bytecodealliance/component-docs
28
```
29
30
-## 2. Scaffolding a Component
+## Scaffolding a Component
31
32
We will create a component in Rust that implements the `add` function exported
33
by the [`docs:adder/adder`][docs-adder] world in the
0 commit comments