Skip to content

Commit

Permalink
Fix docs build (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Mar 21, 2024
1 parent 0957dff commit 1d1575f
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 @@ -36,6 +36,7 @@
//! [ws-stream-wasm]: https://github.com/najamelan/ws_stream_wasm
//! [examples]: https://github.com/obmarg/graphql-ws-client/tree/main/examples/examples

#![cfg_attr(docsrs, feature(doc_cfg))]
#![warn(missing_docs)]

mod error;
Expand Down

0 comments on commit 1d1575f

Please sign in to comment.