Remove TODOs (they're done)

This commit is contained in:
Jonas Schievink 2016-09-26 22:22:45 +02:00
parent e75feea696
commit 894c083c40
2 changed files with 0 additions and 4 deletions

View file

@ -173,5 +173,3 @@ fn node(block: BasicBlock) -> String {
fn escape<T: Debug>(t: &T) -> String {
dot::escape_html(&format!("{:?}", t))
}
// TODO manually test

View file

@ -355,5 +355,3 @@ fn write_temp_decls(mir: &Mir, w: &mut Write) -> io::Result<()> {
Ok(())
}
// TODO manually test