Skip to content

Commit da2c4d8

Browse files
committed
..
1 parent 0e59672 commit da2c4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/uv/tests/it/edit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
#[cfg(feature = "git")]
44
mod conditional_imports {
55
pub(crate) use crate::common::{decode_token, READ_ONLY_GITHUB_TOKEN};
6-
pub(crate) use assert_cmd::assert::OutputAssertExt;
76
}
87

98
#[cfg(feature = "git")]
109
use conditional_imports::*;
1110

1211
use anyhow::Result;
12+
use assert_cmd::assert::OutputAssertExt;
1313
use assert_fs::prelude::*;
1414
use indoc::{formatdoc, indoc};
1515
use insta::assert_snapshot;

0 commit comments

Comments
 (0)