This commit is contained in:
Clark Gaebel 2014-09-17 15:36:50 -07:00
parent 1b251db732
commit 670ca9894e
7 changed files with 59 additions and 8 deletions

View file

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