add module-level docs so that tests pass
This commit is contained in:
parent
7e60264ba0
commit
3e603a8fdd
@ -1,3 +1,7 @@
|
||||
//! This crate contains a single public function
|
||||
//! [`get_path_for_executable`](fn.get_path_for_executable.html).
|
||||
//! See docs there for more information.
|
||||
|
||||
use anyhow::{Error, Result};
|
||||
use std::env;
|
||||
use std::path::Path;
|
||||
|
Loading…
Reference in New Issue
Block a user