disable tcp_linger feature in std

Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
Ibraheem Ahmed 2021-08-31 11:19:39 -04:00 committed by GitHub
parent dafc14794f
commit 072e8c977a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,7 +321,6 @@
#![feature(stdsimd)]
#![feature(stmt_expr_attributes)]
#![feature(str_internals)]
#![feature(tcp_linger)]
#![feature(test)]
#![feature(thread_local)]
#![feature(thread_local_internals)]