Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Jul 24, 2024
1 parent 89830f8 commit de23250
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
//! See the code in ../examples/
//! Check ../README.md for usage.
//!
use zenoh::{bytes::ZBytes, config::Config, query::Query, sample::Sample};

#[cfg(all(feature = "shared-memory", feature = "unstable"))]
use zenoh::shm::zshm;
use zenoh::{bytes::ZBytes, config::Config, query::Query, sample::Sample};

#[derive(clap::ValueEnum, Clone, Copy, PartialEq, Eq, Hash, Debug)]
pub enum Wai {
Expand Down

0 comments on commit de23250

Please sign in to comment.