Skip to content

Commit

Permalink
Fixing imports in benches
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Jul 10, 2020
1 parent 4cf2bd0 commit dde823d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zenoh-router/benches/tables_bench.rs
Expand Up @@ -17,8 +17,9 @@ extern crate zenoh_router;
use async_std::task;
use async_std::sync::Arc;
use criterion::{Criterion, BenchmarkId};
use zenoh_protocol::core::{SubInfo, Reliability, SubMode, whatami};
use zenoh_protocol::io::RBuf;
use zenoh_protocol::proto::{Mux, SubInfo, Reliability, SubMode, whatami};
use zenoh_protocol::proto::Mux;
use zenoh_protocol::session::DummyHandler;
use zenoh_router::routing::broker::Tables;
use zenoh_router::routing::resource::*;
Expand Down

0 comments on commit dde823d

Please sign in to comment.