Skip to content

Commit

Permalink
Adjusted doc comment for match_frames.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostie314159 committed Aug 31, 2024
1 parent 2e61ad1 commit 3a67fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frames/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub trait IEEE80211Frame {
///
/// # Note
/// When using control flow operators inside this macro, you'll have to rely on named blocks, due to the internal implementation.
/// If anyone knows a better way of doing this efficiently, please let me know.
/// If anyone knows a better way of doing this efficiently and without named blocks, please let me know.
macro_rules! match_frames {
(
$bytes:expr,
Expand Down

0 comments on commit 3a67fff

Please sign in to comment.