Skip to content

Commit 3497d3d

Browse files
authored
Merge pull request #257 from GuillaumeGomez/add-full-readme
Add full readme to crate documentation
2 parents a1afa5e + 55303bc commit 3497d3d

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)