diff options
Diffstat (limited to 'embassy-net-adin1110/src/lib.rs')
| -rw-r--r-- | embassy-net-adin1110/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-net-adin1110/src/lib.rs b/embassy-net-adin1110/src/lib.rs index 080b3f94d..4dafc8b0f 100644 --- a/embassy-net-adin1110/src/lib.rs +++ b/embassy-net-adin1110/src/lib.rs | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #![allow(clippy::missing_errors_doc)] | 5 | #![allow(clippy::missing_errors_doc)] |
| 6 | #![allow(clippy::missing_panics_doc)] | 6 | #![allow(clippy::missing_panics_doc)] |
| 7 | #![doc = include_str!("../README.md")] | 7 | #![doc = include_str!("../README.md")] |
| 8 | #![warn(missing_docs)] | ||
| 8 | 9 | ||
| 9 | // must go first! | 10 | // must go first! |
| 10 | mod fmt; | 11 | mod fmt; |
| @@ -446,6 +447,7 @@ pub struct Runner<'d, SPI, INT, RST> { | |||
| 446 | } | 447 | } |
| 447 | 448 | ||
| 448 | impl<'d, SPI: SpiDevice, INT: Wait, RST: OutputPin> Runner<'d, SPI, INT, RST> { | 449 | impl<'d, SPI: SpiDevice, INT: Wait, RST: OutputPin> Runner<'d, SPI, INT, RST> { |
| 450 | /// Run the driver. | ||
| 449 | #[allow(clippy::too_many_lines)] | 451 | #[allow(clippy::too_many_lines)] |
| 450 | pub async fn run(mut self) -> ! { | 452 | pub async fn run(mut self) -> ! { |
| 451 | loop { | 453 | loop { |
