Skip to content

Commit 6757eee

Browse files
committed
Long lines
1 parent 1b0c666 commit 6757eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rusti/rusti.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ fn run_cmd(repl: &mut Repl, _in: io::Reader, _out: io::Writer,
243243
repl.view_items = ~"";
244244
repl.stmts = ~"";
245245

246-
// FIXME: Win32 version of linenoise doesn't have the required function
246+
// XXX: Win32 version of linenoise can't do this
247247
//rl::clear();
248248
}
249249
~"help" => {

0 commit comments

Comments
 (0)