diff options
Diffstat (limited to 'components/util/namespace.rs')
-rw-r--r-- | components/util/namespace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/namespace.rs b/components/util/namespace.rs index 8824accae00..b33012a9ef1 100644 --- a/components/util/namespace.rs +++ b/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, PartialEq, Clone, Encodable, Hash)] +#[deriving(Eq, PartialEq, Clone, Encodable, Hash, Show)] pub enum Namespace { Null, HTML, |