Update ws.rs

This commit is contained in:
Rob Ede 2021-01-08 11:30:47 +00:00 committed by GitHub
parent 951b152f1e
commit 0fc5fe4b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
//! //!
//! # Example //! # Example
//! //!
//! ``` //! ```no_run
//! use awc::{Client, ws}; //! use awc::{Client, ws};
//! use futures_util::{sink::SinkExt, stream::StreamExt}; //! use futures_util::{sink::SinkExt, stream::StreamExt};
//! //!