Do insertion lookahead in algo::diff

This commit is contained in:
Lukas Wirth 2020-10-26 15:40:08 +01:00
parent 1a84cadc88
commit 750ab54573
2 changed files with 139 additions and 59 deletions

View file

@ -613,7 +613,7 @@ fn main() {
pub struct Foo { pub a: i32, pub b: i32 }
"#,
r#"
fn some(, b: ()} {}
fn some(, b: ()) {}
fn items() {}
fn here() {}