From 55303bc9226af793cd3e831653f8a7c36e5e2839 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 5 Aug 2024 16:58:48 +0200 Subject: [PATCH] Add full readme to crate documentation --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;