Skip to content

Commit 18b7102

Browse files
committed
Fix tests
1 parent bbcfbab commit 18b7102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/glob-std.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// ignore-windows TempDir may cause IoError on windows: #10462
1212

1313
#![feature(convert)]
14-
#![cfg_attr(test, deny(warnings)]
14+
#![cfg_attr(test, deny(warnings))]
1515

1616
extern crate glob;
1717
extern crate tempdir;

0 commit comments

Comments
 (0)