Skip to content

Commit 99eb87a

Browse files
committed
fix: allow unused assert_eq_str macro on Windows
1 parent 5c632d9 commit 99eb87a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/impl_sugar_path.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ mod tests {
436436

437437
use super::SugarPath;
438438

439+
#[allow(unused_macros)]
439440
macro_rules! assert_eq_str {
440441
($left:expr, $right:expr) => {
441442
assert_eq!($left.to_str().unwrap(), $right);

0 commit comments

Comments
 (0)