diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_env/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/ra_env/src/lib.rs b/crates/ra_env/src/lib.rs index df20f783d..c7b49e997 100644 --- a/crates/ra_env/src/lib.rs +++ b/crates/ra_env/src/lib.rs | |||
@@ -1,3 +1,7 @@ | |||
1 | //! This crate contains a single public function | ||
2 | //! [`get_path_for_executable`](fn.get_path_for_executable.html). | ||
3 | //! See docs there for more information. | ||
4 | |||
1 | use anyhow::{Error, Result}; | 5 | use anyhow::{Error, Result}; |
2 | use std::env; | 6 | use std::env; |
3 | use std::path::Path; | 7 | use std::path::Path; |