Skip to content

Commit cc679f7

Browse files
committed
fmt
1 parent 1cb9ec4 commit cc679f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
//! the Redis SUBSCRIBE command to be notified of new messages and issue a `receiveMessage` then. However make sure not
7272
//! to listen with multiple workers for new messages with SUBSCRIBE to prevent multiple simultaneous `receiveMessage`
7373
//! calls.
74-
//!
74+
//!
7575
//! ## Time Precision
76-
//!
77-
//! By default this library keeps compatibility with the JS counterpart. If you require
76+
//!
77+
//! By default this library keeps compatibility with the JS counterpart. If you require
7878
//! sub-second precision or are sending many messages very close together and require to
7979
//! keep track of them with more precision than one second, you can enable the feature
8080
//! `break-js-comp` like this on your `Cargo.toml`
81-
//!
81+
//!
8282
//! ```toml
8383
//! rsmq_async = { version = "11", features = [ "break-js-comp" ] }
8484
//! ```

0 commit comments

Comments
 (0)