Skip to content

Commit 4f9ecfd

Browse files
committed
opt in to core_io_borrowed_buf
Unbreaks builds using the read_buf feature. Tracking issue: rust-lang/rust#117693
1 parent 921e367 commit 4f9ecfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// TODO(#333): Fix this clippy warning.
55
#![allow(clippy::arc_with_non_send_sync)]
66
#![cfg_attr(feature = "read_buf", feature(read_buf))]
7+
#![cfg_attr(feature = "read_buf", feature(core_io_borrowed_buf))]
78

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

0 commit comments

Comments
 (0)