diff options
| author | bors <bors@rust-lang.org> | 2014-04-14 07:11:53 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-04-14 07:11:53 -0700 |
| commit | e2e754810c78a25c902b76c74ba8f04d0dcdc6f1 (patch) | |
| tree | a1995e5d93897e4fcc0a5d8c141e891d7766e58d /src/doc/guide-pointers.md | |
| parent | 5dd94d86c64eb13382b3230c9a22c1e59d1e361a (diff) | |
| parent | d0aed0995b6ca50ff0955ccda2e9d98076e9f961 (diff) | |
| download | rust-e2e754810c78a25c902b76c74ba8f04d0dcdc6f1.tar.gz rust-e2e754810c78a25c902b76c74ba8f04d0dcdc6f1.zip | |
auto merge of #13477 : Manishearth/rust/newattr, r=brson
See #13476
Diffstat (limited to 'src/doc/guide-pointers.md')
| -rw-r--r-- | src/doc/guide-pointers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-pointers.md b/src/doc/guide-pointers.md index 76e3b521957..5c6c562b72d 100644 --- a/src/doc/guide-pointers.md +++ b/src/doc/guide-pointers.md @@ -250,7 +250,7 @@ struct. # Managed Pointers > **Note**: the `@` form of managed pointers is deprecated and behind a -> feature gate (it requires a `#[feature(managed_pointers)];` attribute on +> feature gate (it requires a `#![feature(managed_pointers)]` attribute on > the crate root; remember the semicolon!). There are replacements, currently > there is `std::rc::Rc` and `std::gc::Gc` for shared ownership via reference > counting and garbage collection respectively. |
