Skip to content

Commit

Permalink
Remove obsolete feature tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Jun 30, 2023
1 parent d4be156 commit 7cf3bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ fn main() {
use_feature_or_nothing("extend_one"); // https://github.com/rust-lang/rust/issues/72631
use_feature_or_nothing("io_error_more"); // https://github.com/rust-lang/rust/issues/86442
use_feature_or_nothing("pattern"); // https://github.com/rust-lang/rust/issues/27721
use_feature_or_nothing("seek_convenience"); // https://github.com/rust-lang/rust/issues/59359
use_feature_or_nothing("seek_stream_len"); // https://github.com/rust-lang/rust/issues/59359
use_feature_or_nothing("shrink_to"); // https://github.com/rust-lang/rust/issues/56431
use_feature_or_nothing("toowned_clone_into"); // https://github.com/rust-lang/rust/issues/41263
use_feature_or_nothing("try_reserve"); // https://github.com/rust-lang/rust/issues/56431
use_feature_or_nothing("unix_socket_peek"); // https://github.com/rust-lang/rust/issues/76923
use_feature_or_nothing("windows_by_handle"); // https://github.com/rust-lang/rust/issues/63010
use_feature_or_nothing("with_options"); // https://github.com/rust-lang/rust/issues/65439
use_feature_or_nothing("write_all_vectored"); // https://github.com/rust-lang/rust/issues/70436
// https://doc.rust-lang.org/unstable-book/library-features/windows-file-type-ext.html
use_feature_or_nothing("windows_file_type_ext");
Expand Down

0 comments on commit 7cf3bfe

Please sign in to comment.