Skip to content

Commit

Permalink
Fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Jun 13, 2024
1 parent 3a0bcf6 commit 1123995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zenoh/src/api/selector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
//! [Selector](https://github.com/eclipse-zenoh/roadmap/tree/main/rfcs/ALL/Selectors) to issue queries
use std::{borrow::Cow, convert::TryFrom, str::FromStr};

use super::{key_expr::KeyExpr, queryable::Query};
use zenoh_protocol::core::{
key_expr::{keyexpr, OwnedKeyExpr},
Parameters,
};
#[cfg(feature = "unstable")]
use ::{zenoh_result::ZResult, zenoh_util::time_range::TimeRange};

use super::{key_expr::KeyExpr, queryable::Query};

/// A selector is the combination of a [Key Expression](crate::prelude::KeyExpr), which defines the
/// set of keys that are relevant to an operation, and a set of parameters
/// with a few intendend uses:
Expand Down

0 comments on commit 1123995

Please sign in to comment.