aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_env/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_env/src/lib.rs')
-rw-r--r--crates/ra_env/src/lib.rs4
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
1use anyhow::{Error, Result}; 5use anyhow::{Error, Result};
2use std::env; 6use std::env;
3use std::path::Path; 7use std::path::Path;