diff --git a/src/rusti/rusti.rs b/src/rusti/rusti.rs index 5f1cad3ae17c..c44961a8b4e5 100644 --- a/src/rusti/rusti.rs +++ b/src/rusti/rusti.rs @@ -243,7 +243,7 @@ fn run_cmd(repl: &mut Repl, _in: io::Reader, _out: io::Writer, repl.view_items = ~""; repl.stmts = ~""; - // FIXME: Win32 version of linenoise doesn't have the required function + // XXX: Win32 version of linenoise can't do this //rl::clear(); } ~"help" => {