Skip to content

Commit

Permalink
NO-JIRA: Do not use extern crate xyz;
Browse files Browse the repository at this point in the history
It is not needed with edition=2021

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Feb 8, 2024
1 parent 6e3117c commit d630309
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lang/rust/avro_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d630309

Please sign in to comment.