Neal Ehardt 5 years ago committed by GitHub
parent 33fc597e7e
commit e8ddd28c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ is to use a static `new` method to create an object.
## Example
```rust
// A Rust vector, see libcollections/vec.rs
// A Rust vector, see liballoc/vec.rs
pub struct Vec<T> {
buf: RawVec<T>,
len: usize,

Loading…
Cancel
Save