Skip to content

Commit

Permalink
hygiene.rs: Remove #![allow(deprecated)]
Browse files Browse the repository at this point in the history
It was a leftover from the PR that migrated this test to new APIs.
  • Loading branch information
Lorak-mmk committed Jan 30, 2025
1 parent 4930054 commit a8803e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scylla/tests/integration/hygiene.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![no_implicit_prelude]
#![allow(deprecated)]

// Macro that is given a crate name and tests it for hygiene
macro_rules! test_crate {
Expand Down

0 comments on commit a8803e5

Please sign in to comment.