We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921e367 commit 4f9ecfdCopy full SHA for 4f9ecfd
src/lib.rs
@@ -4,6 +4,7 @@
4
// TODO(#333): Fix this clippy warning.
5
#![allow(clippy::arc_with_non_send_sync)]
6
#![cfg_attr(feature = "read_buf", feature(read_buf))]
7
+#![cfg_attr(feature = "read_buf", feature(core_io_borrowed_buf))]
8
9
//! This package contains bindings for using rustls via a C API. If
10
//! you're looking at this on docs.rs, [you may want the rustls docs
0 commit comments