diff options
author | Clark Gaebel <cgaebel@mozilla.com> | 2014-09-17 15:36:50 -0700 |
---|---|---|
committer | Clark Gaebel <cgaebel@mozilla.com> | 2014-09-18 09:20:23 -0700 |
commit | 670ca9894e1ea433d9d487e39005601f12f435aa (patch) | |
tree | bdd22f8ae268323a59cfa97377852cc538a6043e /components/util/namespace.rs | |
parent | 1b251db7323dce3b7838709c7d2dfb685d8b24a9 (diff) | |
download | servo-670ca9894e1ea433d9d487e39005601f12f435aa.tar.gz servo-670ca9894e1ea433d9d487e39005601f12f435aa.zip |
Fixed #3386.
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, |