de7749832c
Skip linting if the type is from an external macro. Closes #4260.
7 lines
118 B
Rust
7 lines
118 B
Rust
#[macro_export]
|
|
macro_rules! implicit_hasher_fn {
|
|
() => {
|
|
pub fn f(input: &HashMap<u32, u32>) {}
|
|
};
|
|
}
|