We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44feabb commit b327cf2Copy full SHA for b327cf2
gix-diff/src/blob/git_diff.rs
@@ -363,7 +363,7 @@ fn perimeter(rectangle: &Rectangle) -> u32 {
363
(rectangle.width + rectangle.height) * 2
364
}
365
"#;
366
- use crate::blob::diff::ChangeKind;
+ use crate::blob::git_diff::ChangeKind;
367
368
let input = InternedInput::new(before, after);
369
let diff = imara_diff::diff(imara_diff::Algorithm::Histogram, &input, GitDiff::new(&input));
0 commit comments