aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/floats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/floats.rs')
-rw-r--r--components/layout/floats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/floats.rs b/components/layout/floats.rs
index 72addbcc481..8254053f1d2 100644
--- a/components/layout/floats.rs
+++ b/components/layout/floats.rs
@@ -12,7 +12,7 @@ use style::computed_values::float;
use sync::Arc;
/// The kind of float: left or right.
-#[deriving(Clone, Encodable)]
+#[deriving(Clone, Encodable, Show)]
pub enum FloatKind {
FloatLeft,
FloatRight