about summary refs log tree commit diff
path: root/src/libstd/ebml.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/ebml.rs')
-rw-r--r--src/libstd/ebml.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/ebml.rs b/src/libstd/ebml.rs
index 437ab561f95..92898af2993 100644
--- a/src/libstd/ebml.rs
+++ b/src/libstd/ebml.rs
@@ -545,7 +545,7 @@ pub mod writer {
 
     // Set to true to generate more debugging in EBML code.
     // Totally lame approach.
-    const debug: bool = false;
+    static debug: bool = false;
 
     priv impl Encoder {
         // used internally to emit things like the vector length and so on