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 8341f51 commit db7700cCopy full SHA for db7700c
src/lib.rs
@@ -105,7 +105,7 @@ impl FileServer {
105
path.push(DIRECTORY_FALLBACK_PATH);
106
}
107
108
- // still haven't found a file, override with the user-configured fallback path
+ // if still haven't found a file, override with the user-configured fallback path
109
if !path.exists() {
110
if let Ok(fallback_path) = std::env::var(FALLBACK_PATH_ENV) {
111
path = PathBuf::from(fallback_path);
0 commit comments