doc: Remove Freeze / NoFreeze from docs

This commit is contained in:
Flavio Percoco
2014-03-22 14:42:32 +01:00
parent 90e9d8ee62
commit a1cb2f5d8c
6 changed files with 14 additions and 29 deletions

View File

@@ -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),