Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Jan 29, 2025
1 parent 2994357 commit 98896d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion async-nats/src/jetstream/kv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ impl Store {
/// # Ok(())
/// # }
/// ```
#[cfg(feature = "server_2_10")]
pub async fn watch_many<T, K>(&self, keys: K) -> Result<Watch, WatchError>
where
Expand Down

0 comments on commit 98896d6

Please sign in to comment.