We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c2a77 commit 52d2303Copy full SHA for 52d2303
tests/testsuite/future_incompat_report.rs
@@ -15,7 +15,7 @@ use cargo_test_support::{basic_manifest, project, Project};
15
// We use a special flag to force it to generate a report.
16
const FUTURE_EXAMPLE: &'static str = "fn main() { let x = 1; }";
17
// Some text that will be displayed when the lint fires.
18
-const FUTURE_OUTPUT: &'static str = "[..]unused_variables[..]";
+const FUTURE_OUTPUT: &'static str = "[..]unused variable[..]";
19
20
fn simple_project() -> Project {
21
project()
0 commit comments