1
Fork 0
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:
Daniel Hofstetter 2022-08-25 16:39:34 +02:00
parent 8491b68ade
commit 2d42434911

View file

@ -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;