diff options
| author | Flavio Percoco <flaper87@gmail.com> | 2014-03-22 14:42:32 +0100 |
|---|---|---|
| committer | Flavio Percoco <flaper87@gmail.com> | 2014-03-22 15:47:34 +0100 |
| commit | a1cb2f5d8c4ce807b27b09344b5ef7d9cd94c04d (patch) | |
| tree | d27e46c57903f919e2b60acc828a0ce031b8736b /src/libsyntax | |
| parent | 90e9d8ee6258079e25d49480fcafb41945aa6fbe (diff) | |
| download | rust-a1cb2f5d8c4ce807b27b09344b5ef7d9cd94c04d.tar.gz rust-a1cb2f5d8c4ce807b27b09344b5ef7d9cd94c04d.zip | |
doc: Remove Freeze / NoFreeze from docs
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 41038705d4d..f2a256165e2 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -169,7 +169,7 @@ pub static DUMMY_NODE_ID: NodeId = -1; // The AST represents all type param bounds as types. // typeck::collect::compute_bounds matches these against // the "special" built-in traits (see middle::lang_items) and -// detects Copy, Send, Send, and Freeze. +// detects Copy, Send and Share. #[deriving(Clone, Eq, Encodable, Decodable, Hash)] pub enum TyParamBound { TraitTyParamBound(TraitRef), |
