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 5349d2c commit 51ca834Copy full SHA for 51ca834
gix-diff/src/blob/mod.rs
@@ -29,7 +29,7 @@ pub mod v0_2 {
29
/// let after = "fn foo() {\n let x = 2;\n}\n";
30
///
31
/// let input = InternedInput::new(before, after);
32
-/// let mut diff = diff_with_slider_heuristics(Algorithm::Histogram, &input);
+/// let diff = diff_with_slider_heuristics(Algorithm::Histogram, &input);
33
34
/// // The diff now has slider heuristics applied
35
/// assert_eq!(diff.count_removals(), 1);
0 commit comments