Skip to content

Commit

Permalink
Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, …
Browse files Browse the repository at this point in the history
…r=estebank,traviscross

More unsafe attr verification

This code denies unsafe on attributes such as `#[test]` and `#[ignore]`, while also changing the `MetaItem` parsing so `unsafe` in args like `#[allow(unsafe(dead_code))]` is not accidentally allowed.

Tracking:

- rust-lang/rust#123757
  • Loading branch information
bors committed Aug 1, 2024
2 parents 464313a + 7ca96fa commit 4a4968c
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 4a4968c

Please sign in to comment.