This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch revert-darling-workaround
in repository https://gitbox.apache.org/repos/asf/avro.git

commit a399df393135661a8ec786e537f76ce06ca8bd29
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Jul 12 11:40:50 2024 +0300

    [NO-JIRA]: [Rust] Revert a temporary workaround for a problem in Darling 
dependency
    
    Introduced-with: 
https://github.com/apache/avro/commit/2c484c638cbad34fd1a683a7812564972af751f4
    Fixed upstream with: https://github.com/TedDriggs/darling/pull/296
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 lang/rust/avro_derive/src/lib.rs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lang/rust/avro_derive/src/lib.rs b/lang/rust/avro_derive/src/lib.rs
index e51d49d0e..eeeaa93a4 100644
--- a/lang/rust/avro_derive/src/lib.rs
+++ b/lang/rust/avro_derive/src/lib.rs
@@ -15,10 +15,6 @@
 // specific language governing permissions and limitations
 // under the License.
 
-// for Rust versions older than 1.79.0
-#![allow(unknown_lints)]
-// Allow until https://github.com/TedDriggs/darling/pull/292 is resolved
-#![allow(clippy::manual_unwrap_or_default)]
 use darling::FromAttributes;
 use proc_macro2::{Span, TokenStream};
 use quote::quote;

Reply via email to