Skip to content

Commit b6c2329

Browse files
committed
Auto merge of #7519 - Jarcho:rustfmt_fix, r=giraffate
Workaround rust-lang/rustfmt#4477 - relative paths in `path` attribute See rust-lang/rustfmt#4477 changelog: None
2 parents 05fa78f + fc387b8 commit b6c2329

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/ui/implicit_hasher.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ gen!(fn bar);
8989
// and should not cause an ICE
9090
// See #2707
9191
#[macro_use]
92-
#[path = "../auxiliary/test_macro.rs"]
92+
#[path = "auxiliary/test_macro.rs"]
9393
pub mod test_macro;
9494
__implicit_hasher_test_macro!(impl<K, V> for HashMap<K, V> where V: test_macro::A);
9595

0 commit comments

Comments
 (0)