mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-16 05:38:54 +02:00
commit
bbc98a44ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/book/
|
||||
/target/
|
||||
Cargo.lock
|
||||
|
@ -3,7 +3,7 @@
|
||||
The Rust community has created a wealth of high-quality and free resources
|
||||
online.
|
||||
|
||||
## Offical Documentation
|
||||
## Official Documentation
|
||||
|
||||
The Rust project hosts many resources. These cover Rust in general:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# `Vec`
|
||||
|
||||
[`Vec`][1] is the standard resizeable heap-allocated buffer:
|
||||
[`Vec`][1] is the standard resizable heap-allocated buffer:
|
||||
|
||||
```rust,editable
|
||||
fn main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user