diff options
Diffstat (limited to 'src/components/util/namespace.rs')
-rw-r--r-- | src/components/util/namespace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/util/namespace.rs b/src/components/util/namespace.rs index 22dd1655443..1f32ae83017 100644 --- a/src/components/util/namespace.rs +++ b/src/components/util/namespace.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#[deriving(Eq, Clone, Encodable)] +#[deriving(PartialEq, Clone, Encodable)] pub enum Namespace { Null, HTML, |