Skip to content

Commit 55303bc

Browse files
Add full readme to crate documentation
1 parent a1afa5e commit 55303bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
rustc::internal
66
)]
77
#![deny(missing_docs)]
8-
9-
//! A crate to run the Rust compiler (or other binaries) and test their command line output.
8+
#![doc = include_str!("../README.md")]
109

1110
use build_manager::BuildManager;
1211
pub use color_eyre;

0 commit comments

Comments
 (0)