aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorCraig Disselkoen <[email protected]>2020-05-05 22:41:47 +0100
committerCraig Disselkoen <[email protected]>2020-05-06 00:12:56 +0100
commit3e603a8fdd207f9ad5a2ad2898350f54d5bc2fb8 (patch)
treeef591fcf22083112a80c280b401b52c0d065ce81 /crates
parent7e60264ba0dc33110559390868c7c966f0ab2e64 (diff)
add module-level docs so that tests pass
Diffstat (limited to 'crates')
-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;