mirror of
https://github.com/sharkdp/fd.git
synced 2026-01-28 15:08:04 +01:00
4 lines
92 B
Rust
4 lines
92 B
Rust
pub fn print_error(msg: impl Into<String>) {
|
|
eprintln!("[fd error]: {}", msg.into());
|
|
}
|