From c68e6b47ab3b7eccfae74ed9f7f091f0aee71dd4 Mon Sep 17 00:00:00 2001 From: Philippe-Cholet <44676486+Philippe-Cholet@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:42:15 +0100 Subject: [PATCH] Useless attribute --- tests/test_std.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_std.rs b/tests/test_std.rs index c26384ae2..793018f1c 100644 --- a/tests/test_std.rs +++ b/tests/test_std.rs @@ -1384,7 +1384,6 @@ fn while_some() { it::assert_equal(ns, vec![1, 2, 3, 4]); } -#[allow(deprecated)] #[test] fn fold_while() { let mut iterations = 0;