summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/profiles.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cargo/tests/testsuite/profiles.rs')
-rw-r--r--src/tools/cargo/tests/testsuite/profiles.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargo/tests/testsuite/profiles.rs b/src/tools/cargo/tests/testsuite/profiles.rs
index 465ab3b99..531c02700 100644
--- a/src/tools/cargo/tests/testsuite/profiles.rs
+++ b/src/tools/cargo/tests/testsuite/profiles.rs
@@ -744,7 +744,7 @@ Caused by:
.run();
}
-#[cargo_test(nightly, reason = "debug options stabilized in 1.70")]
+#[cargo_test]
fn debug_options_valid() {
let build = |option| {
let p = project()