mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-22 19:13:29 +00:00
8 lines
107 B
Rust
8 lines
107 B
Rust
|
pub struct _ExternalStruct {}
|
||
|
|
||
|
impl _ExternalStruct {
|
||
|
pub fn _foo(self) {}
|
||
|
}
|
||
|
|
||
|
pub fn _exernal_foo() {}
|