Skip to content

Commit

Permalink
Merge pull request #27 from SamClercky/fix-clippy
Browse files Browse the repository at this point in the history
fix: Clippy
  • Loading branch information
thvdveld authored Sep 27, 2024
2 parents a3ed43c + ccc21e3 commit 47ad021
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dot15d4-frame/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
//! - [ ] `Esdu`
//! - [x] `Mlme`: The MLME group contains a set of nested IEs. Call
//! [`nested_information_elements`]
//! to get an iterator over the nested IEs.
//! to get an iterator over the nested IEs.
//! - [ ] `VendorSpecific`
//! - [ ] `PayloadTermination`
//!
Expand Down
5 changes: 5 additions & 0 deletions dot15d4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ critical-section = "1.1"
rand_core = { version = "0.6.4", default-features = false }
embedded-hal-async = { version = "1.0.0" }

arbitrary = { version = "1.3.2", features = ["derive"], optional = true }

[dev-dependencies]
critical-section = { version = "1.1", features = ["std"] }
env_logger = "0.11.3"
Expand All @@ -31,3 +33,6 @@ default = ["std"]
log = ["dep:log"]
## Use defmt for logging
defmt = ["dep:defmt"]

## Enable fuzzing
fuzz = ["arbitrary"]

0 comments on commit 47ad021

Please sign in to comment.