diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-28 14:21:55 +0000 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-07-29 00:36:22 +0200 |
| commit | 19e026717d7513c19668ae03d1fd36cfcd865222 (patch) | |
| tree | 11e88596c9e021040700e9e4212ed45e4c799c91 /embassy-time/src/lib.rs | |
| parent | 8f64a14bebe711962af0136a5acd2b3cef509402 (diff) | |
| parent | 98595f659c309703aab411b6b3be7579b6e93c5d (diff) | |
Merge pull request #4476 from rursprung/impl-Debug-for-Delay
`embassy-time`: add missing `Debug` & `defmt::Format` derives
Diffstat (limited to 'embassy-time/src/lib.rs')
| -rw-r--r-- | embassy-time/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-time/src/lib.rs b/embassy-time/src/lib.rs index 80a359413..77f4b344d 100644 --- a/embassy-time/src/lib.rs +++ b/embassy-time/src/lib.rs | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | #![doc = include_str!("../README.md")] | 3 | #![doc = include_str!("../README.md")] |
| 4 | #![allow(clippy::new_without_default)] | 4 | #![allow(clippy::new_without_default)] |
| 5 | #![warn(missing_docs)] | 5 | #![warn(missing_docs)] |
| 6 | #![deny(missing_debug_implementations)] | ||
| 6 | 7 | ||
| 7 | //! ## Feature flags | 8 | //! ## Feature flags |
| 8 | #![doc = document_features::document_features!(feature_label = r#"<span class="stab portability"><code>{feature}</code></span>"#)] | 9 | #![doc = document_features::document_features!(feature_label = r#"<span class="stab portability"><code>{feature}</code></span>"#)] |
