Remove TODOs (they're done)
This commit is contained in:
parent
e75feea696
commit
894c083c40
2 changed files with 0 additions and 4 deletions
|
|
@ -173,5 +173,3 @@ fn node(block: BasicBlock) -> String {
|
|||
fn escape<T: Debug>(t: &T) -> String {
|
||||
dot::escape_html(&format!("{:?}", t))
|
||||
}
|
||||
|
||||
// TODO manually test
|
||||
|
|
|
|||
|
|
@ -355,5 +355,3 @@ fn write_temp_decls(mir: &Mir, w: &mut Write) -> io::Result<()> {
|
|||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
// TODO manually test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue