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

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


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new d88e4e6d8 NO-JIRA: Do not use `extern crate xyz;`
d88e4e6d8 is described below

commit d88e4e6d8c0297327260b530de56b642ae07b811
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Feb 8 10:14:58 2024 +0200

    NO-JIRA: Do not use `extern crate xyz;`
    
    It is not needed with edition=2021
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    (cherry picked from commit d6303094bf2b5b3a2cfa8d2e3f35d4c373799f84)
---
 lang/rust/avro_derive/src/lib.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lang/rust/avro_derive/src/lib.rs b/lang/rust/avro_derive/src/lib.rs
index bee080ace..419f34cab 100644
--- a/lang/rust/avro_derive/src/lib.rs
+++ b/lang/rust/avro_derive/src/lib.rs
@@ -15,8 +15,6 @@
 // specific language governing permissions and limitations
 // under the License.
 
-extern crate darling;
-
 use darling::FromAttributes;
 use proc_macro2::{Span, TokenStream};
 use quote::quote;

Reply via email to