about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/auxiliary/external_item.rs
blob: 621e18f5c017aa4cc802648671314e7055e4a756 (plain)
1
2
3
4
5
6
7
pub struct _ExternalStruct {}

impl _ExternalStruct {
    pub fn _foo(self) {}
}

pub fn _external_foo() {}