From a8803e5bacc0e51464a9f8e652a2ee9e54d4186f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Bary=C5=82a?= Date: Thu, 30 Jan 2025 14:51:11 +0100 Subject: [PATCH] hygiene.rs: Remove `#![allow(deprecated)]` It was a leftover from the PR that migrated this test to new APIs. --- scylla/tests/integration/hygiene.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/scylla/tests/integration/hygiene.rs b/scylla/tests/integration/hygiene.rs index 694b3178f..69da887b3 100644 --- a/scylla/tests/integration/hygiene.rs +++ b/scylla/tests/integration/hygiene.rs @@ -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 {