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.
2 parents d73a6b7 + 431f95e commit 7b3bd5bCopy full SHA for 7b3bd5b
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