Skip to content

Commit

Permalink
Merge pull request #557 from MarcusGrass/allow-expect
Browse files Browse the repository at this point in the history
Allow `expect` as attr
  • Loading branch information
adamgreig committed Sep 10, 2024
2 parents 47921b5 + 9daf6b0 commit febacfd
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 febacfd

Please sign in to comment.