Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Einliterflasche committed Jun 8, 2023
1 parent 7a82265 commit 3ea0ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-worm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
//! Here's a quick example:
//!
//! ```
//!
//! use pg_worm::{connect, force_register, Filter, JoinType, Model, NoTls, Query, QueryBuilder};
//! use tokio::try_join;
//!
Expand Down Expand Up @@ -87,6 +86,7 @@
//!
//! // Graceful shutdown
//! Ok(())
//! }
//! ```
//!
//! ## Filters
Expand Down

0 comments on commit 3ea0ffe

Please sign in to comment.