add module-level docs so that tests pass

This commit is contained in:
Craig Disselkoen 2020-05-05 14:41:47 -07:00
parent 7e60264ba0
commit 3e603a8fdd

View file

@ -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 anyhow::{Error, Result};
use std::env; use std::env;
use std::path::Path; use std::path::Path;