Skip to content

Commit

Permalink
opt in to core_io_borrowed_buf
Browse files Browse the repository at this point in the history
Unbreaks builds using the read_buf feature.
Tracking issue: rust-lang/rust#117693
  • Loading branch information
cpu committed Nov 15, 2023
1 parent 921e367 commit 4f9ecfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// TODO(#333): Fix this clippy warning.
#![allow(clippy::arc_with_non_send_sync)]
#![cfg_attr(feature = "read_buf", feature(read_buf))]
#![cfg_attr(feature = "read_buf", feature(core_io_borrowed_buf))]

//! This package contains bindings for using rustls via a C API. If
//! you're looking at this on docs.rs, [you may want the rustls docs
Expand Down

0 comments on commit 4f9ecfd

Please sign in to comment.