mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-14 19:16:17 +00:00
link: move use statement after copyright
This commit is contained in:
parent
8491b68ade
commit
2d42434911
1 changed files with 1 additions and 1 deletions
|
@ -1,10 +1,10 @@
|
|||
use clap::builder::ValueParser;
|
||||
// * This file is part of the uutils coreutils package.
|
||||
// *
|
||||
// * (c) Michael Gehring <mg@ebfe.org>
|
||||
// *
|
||||
// * For the full copyright and license information, please view the LICENSE
|
||||
// * file that was distributed with this source code.
|
||||
use clap::builder::ValueParser;
|
||||
use clap::{crate_version, Arg, Command};
|
||||
use std::ffi::OsString;
|
||||
use std::fs::hard_link;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue