diff --git a/crates/editor2/src/git.rs b/crates/editor2/src/git.rs index 0e7501c16936be794f1a4ead6f5d7f2e182b0126..f798ab9fb636efb46fc806442af301f3e2b05671 100644 --- a/crates/editor2/src/git.rs +++ b/crates/editor2/src/git.rs @@ -88,7 +88,7 @@ pub fn diff_hunk_to_display(hunk: DiffHunk, snapshot: &DisplaySnapshot) -> } } -#[cfg(any(test, feature = "test-support"))] +#[cfg(test)] mod tests { use crate::editor_tests::init_test; use crate::Point;