diff --git a/src/uu/link/src/link.rs b/src/uu/link/src/link.rs index 9768e467e..041619938 100644 --- a/src/uu/link/src/link.rs +++ b/src/uu/link/src/link.rs @@ -1,10 +1,10 @@ -use clap::builder::ValueParser; // * This file is part of the uutils coreutils package. // * // * (c) Michael Gehring // * // * 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;