Skip to content

Commit 03be9e0

Browse files
committed
uitest
1 parent 0038915 commit 03be9e0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/ui-cargo/use_crate_prefix_for_self_imports/pass_sibling/Cargo.toml renamed to tests/ui-cargo/use_crate_prefix_for_self_imports/pass_sibling_comment/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "pass_sibling"
2+
name = "pass_sibling_comment"
33
version = "0.1.0"
44
edition = "2024"
55
publish = false

tests/ui-cargo/use_crate_prefix_for_self_imports/pass_sibling/src/main.rs renamed to tests/ui-cargo/use_crate_prefix_for_self_imports/pass_sibling_comment/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![warn(clippy::use_crate_prefix_for_self_imports)]
22

33
mod foo;
4-
//fadsfsadfa
4+
// some comments here
55
use foo::Foo;
66

77
fn main() {

0 commit comments

Comments
 (0)