Skip to content

Commit 20cf06a

Browse files
scampitopecongiro
andauthored
Add comment which refers to an issue on nightly-only test
Co-Authored-By: topecongiro <[email protected]>
1 parent d4c615c commit 20cf06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ fn idempotence_tests() {
246246
fn self_tests() {
247247
match option_env!("CFG_RELEASE_CHANNEL") {
248248
None | Some("nightly") => {}
249-
_ => return, // these tests require nightly
249+
_ => return, // Issue-3443: these tests require nightly
250250
}
251251
let mut files = get_test_files(Path::new("tests"), false);
252252
let bin_directories = vec!["cargo-fmt", "git-rustfmt", "bin", "format-diff"];

0 commit comments

Comments
 (0)