Commit 2e1cb79 1 parent ef3b802 commit 2e1cb79 Copy full SHA for 2e1cb79
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ test-strategy = "0.3.1"
45
45
46
46
[features ]
47
47
default = [" std" ]
48
- std = []
49
- nightly = [" extended_io_error" ]
50
48
extended_io_error = [" std" ]
49
+ nightly = [" extended_io_error" ]
50
+ std = []
51
51
52
52
[lints .clippy ]
53
53
cargo = " warn"
Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ sysexits = "0.8.5"
29
29
30
30
### Crate features
31
31
32
- #### ` std `
32
+ #### ` extended_io_error `
33
33
34
- Enables features that depend on the standard library. This is enabled by
35
- default .
34
+ Enables features that depend on the ` io_error_inprogress ` and the
35
+ ` io_error_more ` features. This also enables ` std ` . This is implied by ` nightly ` .
36
36
37
37
#### ` nightly `
38
38
39
39
Enables features that depend on the nightly Rust.
40
40
41
- #### ` extended_io_error `
41
+ #### ` std `
42
42
43
- Enables features that depend on the ` io_error_inprogress ` and the
44
- ` io_error_more ` features. This also enables ` std ` . This is implied by ` nightly ` .
43
+ Enables features that depend on the standard library. This is enabled by
44
+ default .
45
45
46
46
### ` no_std ` support
47
47
You can’t perform that action at this time.
0 commit comments