Merge pull request #3877 from cakebaker/link_move_use_statement

link: move use statement after copyright
This commit is contained in:
Terts Diepraam 2022-08-26 12:08:24 +02:00 committed by GitHub
commit 72d7120635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;