From a1cb2f5d8c4ce807b27b09344b5ef7d9cd94c04d Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Sat, 22 Mar 2014 14:42:32 +0100 Subject: doc: Remove Freeze / NoFreeze from docs --- src/libsyntax/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax') 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), -- cgit 1.4.1-3-g733a5