mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
Fix cargo book command (#231)
This commit is contained in:
parent
60a9bdee05
commit
a05b2fe8d0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ var commandsIndex = {
|
|||
["The Rust Programming Language", "https://doc.rust-lang.org/stable/book/"],
|
||||
["Rust Async Book", "https://rust-lang.github.io/async-book/"],
|
||||
["Rust Edition Guide Book", "https://doc.rust-lang.org/stable/edition-guide/"],
|
||||
["The Cargo Book", "https://doc.rust-lang.org/cargo/index.html"],
|
||||
["The Cargo Book", "https://doc.rust-lang.org/cargo/"],
|
||||
["Rust and WebAssembly Book", "https://rustwasm.github.io/docs/book/"],
|
||||
["Wasm-Pack Book", "https://rustwasm.github.io/docs/wasm-pack/"],
|
||||
["The Embedded Rust Book", "https://rust-embedded.github.io/book/"],
|
||||
|
|
Loading…
Reference in a new issue