Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 24, 2023
1 parent 0b2f24c commit 5ad12a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/asynch/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use httparse::{Header, Status, EMPTY_HEADER};

use log::trace;

#[allow(unused_imports)]
#[cfg(feature = "embedded-svc")]
pub use embedded_svc_compat::*;

Expand Down
1 change: 1 addition & 0 deletions src/asynch/http/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use crate::asynch::http::{
};
use embedded_nal_async::TcpConnect;

#[allow(unused_imports)]
#[cfg(feature = "embedded-svc")]
pub use embedded_svc_compat::*;

Expand Down
1 change: 1 addition & 0 deletions src/asynch/http/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use crate::asynch::http::{
SendBody,
};

#[allow(unused_imports)]
#[cfg(feature = "embedded-svc")]
pub use embedded_svc_compat::*;

Expand Down

0 comments on commit 5ad12a4

Please sign in to comment.