Skip to content
Snippets Groups Projects
Unverified Commit c3b20a22 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fixup last commit

parent 88d4807c
No related branches found
No related tags found
No related merge requests found
......@@ -223,5 +223,5 @@ fn from_env_args_next() -> Option<PathBuf> {
}
}
Ok(from_env_args_next().unwrap_or(default_from_rustc_driver_dll().unwrap_or(PathBuf::from("/")))
Ok(from_env_args_next().unwrap_or(default_from_rustc_driver_dll().unwrap_or(PathBuf::from("/"))))
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment