syntax: Fix an accidental hyperlink in a comment

This commit is contained in:
Alex Crichton 2014-05-29 15:52:23 -07:00
parent 31f5de610f
commit d58f27a82f
2 changed files with 2 additions and 2 deletions

View file

@ -1028,7 +1028,7 @@ pub enum Type {
// region, raw, other boxes, mutable
}
#[deriving(Clone, Encodable, Decodable, Eq, TotalEq, Hash)]
#[deriving(Clone, Encodable, Decodable, PartialEq, TotalEq, Hash)]
pub enum Primitive {
Int, I8, I16, I32, I64,
Uint, U8, U16, U32, U64,