File tree 5 files changed +0
-5
lines changed 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ fn main() {
9
9
"extend_one" , // https://github.com/rust-lang/rust/issues/72631
10
10
"pattern" , // https://github.com/rust-lang/rust/issues/27721
11
11
"seek_convenience" , // https://github.com/rust-lang/rust/issues/59359
12
- "seek_stream_len " , // https://github.com/rust-lang/rust/issues/59359
13
12
"shrink_to" , // https://github.com/rust-lang/rust/issues/56431
14
13
"toowned_clone_into" , // https://github.com/rust-lang/rust/issues/41263
15
14
"try_reserve" , // https://github.com/rust-lang/rust/issues/56431
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ fn main() {
9
9
"extend_one" , // https://github.com/rust-lang/rust/issues/72631
10
10
"pattern" , // https://github.com/rust-lang/rust/issues/27721
11
11
"seek_convenience" , // https://github.com/rust-lang/rust/issues/59359
12
- "seek_stream_len " , // https://github.com/rust-lang/rust/issues/59359
13
12
"shrink_to" , // https://github.com/rust-lang/rust/issues/56431
14
13
"toowned_clone_into" , // https://github.com/rust-lang/rust/issues/41263
15
14
"try_reserve" , // https://github.com/rust-lang/rust/issues/56431
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ fn main() {
9
9
"extend_one" , // https://github.com/rust-lang/rust/issues/72631
10
10
"pattern" , // https://github.com/rust-lang/rust/issues/27721
11
11
"seek_convenience" , // https://github.com/rust-lang/rust/issues/59359
12
- "seek_stream_len" , // https://github.com/rust-lang/rust/issues/59359
13
12
"shrink_to" , // https://github.com/rust-lang/rust/issues/56431
14
13
"toowned_clone_into" , // https://github.com/rust-lang/rust/issues/41263
15
14
"try_reserve" , // https://github.com/rust-lang/rust/issues/56431
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ fn main() {
9
9
"extend_one" , // https://github.com/rust-lang/rust/issues/72631
10
10
"pattern" , // https://github.com/rust-lang/rust/issues/27721
11
11
"seek_convenience" , // https://github.com/rust-lang/rust/issues/59359
12
- "seek_stream_len" , // https://github.com/rust-lang/rust/issues/59359
13
12
"shrink_to" , // https://github.com/rust-lang/rust/issues/56431
14
13
"toowned_clone_into" , // https://github.com/rust-lang/rust/issues/41263
15
14
"try_reserve" , // https://github.com/rust-lang/rust/issues/56431
Original file line number Diff line number Diff line change 27
27
#![ cfg_attr( target_os = "wasi" , feature( wasi_ext) ) ]
28
28
#![ cfg_attr( can_vector, feature( can_vector) ) ]
29
29
#![ cfg_attr( seek_convenience, feature( seek_convenience) ) ]
30
- #![ cfg_attr( seek_stream_len, feature( seek_stream_len) ) ]
31
30
#![ cfg_attr( with_options, feature( with_options) ) ]
32
31
#![ cfg_attr( write_all_vectored, feature( write_all_vectored) ) ]
33
32
#![ doc(
You can’t perform that action at this time.
0 commit comments