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

csplit: remove "crate_name" attribute

This commit is contained in:
Daniel Hofstetter 2024-03-18 09:43:30 +01:00
parent 2f4969c0e9
commit e569b0bbe1

View file

@ -2,7 +2,6 @@
// //
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
#![crate_name = "uu_csplit"]
// spell-checker:ignore rustdoc // spell-checker:ignore rustdoc
#![allow(rustdoc::private_intra_doc_links)] #![allow(rustdoc::private_intra_doc_links)]