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

Move the declaration at the right place

This commit is contained in:
Sylvestre Ledru 2023-03-12 11:11:50 +01:00 committed by Sylvestre Ledru
parent 27150a970b
commit 0d03c48f6b

View file

@ -12,8 +12,8 @@ use std::env;
use std::path::{Path, PathBuf};
use uucore::display::println_verbatim;
use uucore::error::{FromIo, UResult};
use uucore::{format_usage, help_about, help_usage};
use uucore::fs::{canonicalize, MissingHandling, ResolveMode};
use uucore::{format_usage, help_about, help_usage};
const USAGE: &str = help_usage!("relpath.md");
const ABOUT: &str = help_about!("relpath.md");