docs: remove mentions of Gc.

This commit is contained in:
Eduard Burtescu 2014-10-01 01:45:17 +03:00 committed by Manish Goregaokar
parent 566a0d6473
commit f82f98c93e
1 changed files with 1 additions and 1 deletions

View File

@ -3381,7 +3381,7 @@ fn main() {
```
Patterns can also dereference pointers by using the `&`, `box` or `@` symbols,
Patterns can also dereference pointers by using the `&`, `box` symbols,
as appropriate. For example, these two matches on `x: &int` are equivalent:
```