Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Oct 16, 2024
1 parent f81caf2 commit fcd607e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions async-nats/src/jetstream/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
//
//! Manage operations on a [Stream], create/delete/update [Consumer].
#[cfg(feature = "server_2_10")]
use std::collections::HashMap;
use std::{
collections,
collections::{self, HashMap},
fmt::{self, Debug, Display},
future::IntoFuture,
io::{self, ErrorKind},
Expand Down

0 comments on commit fcd607e

Please sign in to comment.