Skip to content

Commit

Permalink
Merge pull request #257 from GuillaumeGomez/add-full-readme
Browse files Browse the repository at this point in the history
Add full readme to crate documentation
  • Loading branch information
oli-obk authored Aug 7, 2024
2 parents a1afa5e + 55303bc commit 3497d3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3497d3d

Please sign in to comment.