mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Workaround rust-lang/rustfmt#4477 - relative paths in path
attribute
This commit is contained in:
parent
f6a5889ffa
commit
fc387b877a
2 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ gen!(fn bar);
|
||||||
// and should not cause an ICE
|
// and should not cause an ICE
|
||||||
// See #2707
|
// See #2707
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
#[path = "../auxiliary/test_macro.rs"]
|
#[path = "auxiliary/test_macro.rs"]
|
||||||
pub mod test_macro;
|
pub mod test_macro;
|
||||||
__implicit_hasher_test_macro!(impl<K, V> for HashMap<K, V> where V: test_macro::A);
|
__implicit_hasher_test_macro!(impl<K, V> for HashMap<K, V> where V: test_macro::A);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue