mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-20 01:54:49 +00:00
7 lines
107 B
Rust
7 lines
107 B
Rust
pub struct _ExternalStruct {}
|
|
|
|
impl _ExternalStruct {
|
|
pub fn _foo(self) {}
|
|
}
|
|
|
|
pub fn _exernal_foo() {}
|