1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #6091 from cakebaker/csplit_remove_crate_name_attribute

csplit: remove `crate_name` attribute
This commit is contained in:
Sylvestre Ledru 2024-03-18 10:21:47 +01:00 committed by GitHub
commit 7819cb3cb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)]