Skip to content

Commit 3e603a8

Browse files
committed
add module-level docs so that tests pass
1 parent 7e60264 commit 3e603a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/ra_env/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
use anyhow::{Error, Result};
26
use std::env;
37
use std::path::Path;

0 commit comments

Comments
 (0)