Skip to content

Commit d213658

Browse files
lulfeldruin
andcommitted
Apply suggestions from code review
Co-authored-by: Diego Barrios Romero <[email protected]>
1 parent 5863c0d commit d213658

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

embedded-nal-async/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
//! # embedded-nal-async - An async Network Abstraction Layer for Embedded Systems
22
3-
#![doc(html_root_url = "https://docs.rs/embedded-nal-async/0.1.0")]
43
#![no_std]
54
#![feature(generic_associated_types)]
65
#![deny(missing_docs)]
76
#![deny(unsafe_code)]
87

98
mod dns;
109
mod stack;
11-
//
12-
//pub use nb;
1310
// Needed by embedded-nal trait implementers who build get_host_by_address results, or by trait
1411
// users who pass the results on.
1512
pub use heapless;

0 commit comments

Comments
 (0)