mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +01:00
3 lines
92 B
Rust
3 lines
92 B
Rust
pub fn print_error(msg: impl Into<String>) {
|
|
eprintln!("[fd error]: {}", msg.into());
|
|
}
|