This website requires JavaScript.
Explore
Help
Sign in
Robot
/
fd
Watch
1
Star
0
Fork
You've already forked fd
0
mirror of
https://github.com/sharkdp/fd.git
synced
2024-11-17 17:35:16 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
715f0a9e44
fd
/
src
/
error.rs
4 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
Proper error handling within walk.rs
2020-04-03 21:18:54 +02:00
pub
fn
print_error
(
msg
:
impl
Into
<
String
>
)
{
eprintln!
(
"
[fd error]:
{}
"
,
msg
.
into
(
)
)
;
Move error macros to error.rs
2020-04-03 11:41:22 +02:00
}
Reference in a new issue
Copy permalink