Skip to content

Commit 53b399a

Browse files
xiongmao86flip1995
andauthored
Add renaming import to test.
Co-Authored-By: Philipp Krones <[email protected]>
1 parent b741eb3 commit 53b399a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/single_component_path_imports.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#![warn(clippy::single_component_path_imports)]
44

55
use regex;
6+
use serde as edres;
67

78
fn main() {
89
regex::Regex::new(r"^\d{4}-\d{2}-\d{2}$").unwrap();

0 commit comments

Comments
 (0)