We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73a6b7 commit 431f95eCopy full SHA for 431f95e
tests/symbols-used.rs
@@ -75,7 +75,7 @@ fn all_symbols_are_used() -> Result<()> {
75
for sym in extra {
76
eprintln!(" - {sym}");
77
}
78
- Err(format!("extra symbols found — remove them {SYM_FILE}"))?;
+ Err(format!("extra symbols found — remove them from {SYM_FILE}"))?;
79
80
Ok(())
81
0 commit comments