Skip to content

Commit 0dd60d5

Browse files
committed
Use issue = "none" instead of "0"
1 parent 741f0e5 commit 0dd60d5

File tree

1 file changed

+1
-1
lines changed
  • tests/testsuite/mock-std/src/libtest

1 file changed

+1
-1
lines changed

tests/testsuite/mock-std/src/libtest/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![feature(staged_api)]
22
#![feature(test)]
3-
#![unstable(feature = "test", issue = "0")]
3+
#![unstable(feature = "test", issue = "none")]
44

55
extern crate test;
66

0 commit comments

Comments
 (0)