diff options
author | Craig Disselkoen <[email protected]> | 2020-05-05 22:41:47 +0100 |
---|---|---|
committer | Craig Disselkoen <[email protected]> | 2020-05-06 00:12:56 +0100 |
commit | 3e603a8fdd207f9ad5a2ad2898350f54d5bc2fb8 (patch) | |
tree | ef591fcf22083112a80c280b401b52c0d065ce81 /crates/ra_env | |
parent | 7e60264ba0dc33110559390868c7c966f0ab2e64 (diff) |
add module-level docs so that tests pass
Diffstat (limited to 'crates/ra_env')
-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; |