From e569b0bbe15a9b53a7809275e5b7c57cc8248eac Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 18 Mar 2024 09:43:30 +0100 Subject: [PATCH] csplit: remove "crate_name" attribute --- src/uu/csplit/src/csplit.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uu/csplit/src/csplit.rs b/src/uu/csplit/src/csplit.rs index 37ec59866..e4d7c243c 100644 --- a/src/uu/csplit/src/csplit.rs +++ b/src/uu/csplit/src/csplit.rs @@ -2,7 +2,6 @@ // // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -#![crate_name = "uu_csplit"] // spell-checker:ignore rustdoc #![allow(rustdoc::private_intra_doc_links)]