File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 40
40
run : cargo build --verbose --target ${{ matrix.arch }}-pc-windows-${{ matrix.variant }}
41
41
- name : Run tests (nightly)
42
42
if : (matrix.arch != 'aarch64') && (matrix.channel == 'nightly')
43
- run : cargo test --verbose --target ${{ matrix.arch }}-pc-windows-${{ matrix.variant }} --features nightly
43
+ run : cargo test --verbose --target ${{ matrix.arch }}-pc-windows-${{ matrix.variant }}
44
44
- name : Run tests
45
45
if : (matrix.arch != 'aarch64') && (matrix.channel != 'nightly')
46
46
run : cargo test --verbose --target ${{ matrix.arch }}-pc-windows-${{ matrix.variant }}
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ version = "0.7.1-alpha.0"
22
22
23
23
[features ]
24
24
default = []
25
- nightly = []
26
25
27
26
[dependencies ]
28
27
cfg-if = " 1.0.0"
Original file line number Diff line number Diff line change 6
6
//! It also provides `remove_dir_contents` and `ensure_empty_dir`
7
7
//! for both Unix and Windows.
8
8
9
- #![ cfg_attr( feature = "nightly" , feature( io_error_more) ) ]
10
9
#![ deny( missing_debug_implementations) ]
11
10
#![ deny( missing_docs) ]
12
11
#![ deny( rust_2018_idioms) ]
You can’t perform that action at this time.
0 commit comments