about summary refs log tree commit diff
path: root/src/libgreen/macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgreen/macros.rs')
-rw-r--r--src/libgreen/macros.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libgreen/macros.rs b/src/libgreen/macros.rs
index 12def918bc9..e07cc1ca000 100644
--- a/src/libgreen/macros.rs
+++ b/src/libgreen/macros.rs
@@ -8,14 +8,14 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// XXX: this file probably shouldn't exist
+// FIXME: this file probably shouldn't exist
 
 #[macro_escape];
 
 use std::fmt;
 
 // Indicates whether we should perform expensive sanity checks, including rtassert!
-// XXX: Once the runtime matures remove the `true` below to turn off rtassert, etc.
+// FIXME: Once the runtime matures remove the `true` below to turn off rtassert, etc.
 pub static ENFORCE_SANITY: bool = true || !cfg!(rtopt) || cfg!(rtdebug) || cfg!(rtassert);
 
 macro_rules! rterrln (