Skip to content

Commit 6b5f734

Browse files
authored
Remove outdated comment about path dependency. (#2129)
The path dependency was turned into a regular version dependency in PR #1015, so it doesn't need to be called out as special anymore. This commit also changes the phrasing in the preceding sentence.
1 parent 8e3d6fe commit 6b5f734

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

guide/src/examples/hello-world.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ function in Rust.
1111

1212
## `Cargo.toml`
1313

14-
The `Cargo.toml` enables depends on the `wasm-bindgen` crate. Here we're using
15-
a `path` dependency because this example lives in the `wasm-bindgen` repository
16-
itself, but you'd use the commented out version beneath it instead.
14+
The `Cargo.toml` lists the `wasm-bindgen` crate as a dependency.
1715

1816
Also of note is the `crate-type = ["cdylib"]` which is largely used for wasm
1917
final artifacts today.

0 commit comments

Comments
 (0)