Skip to content

Commit

Permalink
disable tcp_linger feature in std
Browse files Browse the repository at this point in the history
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
  • Loading branch information
ibraheemdev and m-ou-se authored Aug 31, 2021
1 parent dafc147 commit 072e8c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 072e8c9

Please sign in to comment.