diff --git a/src/lib.rs b/src/lib.rs index de692a42..fd2ed10f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,8 +5,7 @@ rustc::internal )] #![deny(missing_docs)] - -//! A crate to run the Rust compiler (or other binaries) and test their command line output. +#![doc = include_str!("../README.md")] use build_manager::BuildManager; pub use color_eyre;