Skip to content

Commit

Permalink
Allow expect as attr
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusGrass committed Sep 10, 2024
1 parent 47921b5 commit 9daf6b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cortex-m-rt/macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ fn check_attr_whitelist(attrs: &[Attribute], caller: WhiteListCaller) -> Result<
"forbid",
"cold",
"naked",
"expect",
];

'o: for attr in attrs {
Expand Down

0 comments on commit 9daf6b0

Please sign in to comment.