Skip to content

Commit b029da5

Browse files
committed
fmt
1 parent 2b2ab57 commit b029da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compio-btls/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Async TLS streams backed by BoringSSL.
22
//!
33
//! This crate provides a wrapper around the [`btls`] crate's [`SslStream`](ssl::SslStream) type
4-
//! that works with [`compio-io`]'s [`AsyncRead`] and [`AsyncWrite`] traits rather than std's
5-
//! blocking [`Read`] and [`Write`] traits.
4+
//! that works with [`compio_io`]'s [`AsyncRead`] and [`AsyncWrite`] traits rather than std's
5+
//! blocking [`std::io::Read`] and [`std::io::Write`] traits.
66
#![warn(missing_docs)]
77
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
88

0 commit comments

Comments
 (0)