Skip to content

Commit 431f95e

Browse files
committed
Fix typo in internal error message
1 parent d73a6b7 commit 431f95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/symbols-used.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn all_symbols_are_used() -> Result<()> {
7575
for sym in extra {
7676
eprintln!(" - {sym}");
7777
}
78-
Err(format!("extra symbols found — remove them {SYM_FILE}"))?;
78+
Err(format!("extra symbols found — remove them from {SYM_FILE}"))?;
7979
}
8080
Ok(())
8181
}

0 commit comments

Comments
 (0)