From 9c42b5e03b6500aaf38b37b208ad9ae1ba2bbaf3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 15 Jun 2021 13:22:28 -0400 Subject: Remove various unnecessary allow(clippy) declarations (#10971) --- test_plugin/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'test_plugin/src') diff --git a/test_plugin/src/lib.rs b/test_plugin/src/lib.rs index 0626ef3c3..88761edcf 100644 --- a/test_plugin/src/lib.rs +++ b/test_plugin/src/lib.rs @@ -86,7 +86,6 @@ impl Resource for TestResource { } } -#[allow(clippy::unnecessary_wraps)] fn op_test_resource_table_add( state: &mut OpState, text: String, -- cgit v1.2.3