We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cda953 commit 052f1d9Copy full SHA for 052f1d9
src/lib.rs
@@ -88,7 +88,7 @@ fn serve(req: Request) -> Result<Response> {
88
Ok(fallback_path) => FileServer::read(fallback_path.as_str(), &enc).ok(),
89
// fallback path config not found
90
Err(_) => {
91
- eprintln!("Cannot read file: {:?}", e);
+ eprintln!("Cannot read file: {e:?}");
92
None
93
}
94
},
0 commit comments