Skip to content

Commit

Permalink
Add full readme to crate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 5, 2024
1 parent a1afa5e commit 728305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
)]
#![deny(missing_docs)]

//! A crate to run the Rust compiler (or other binaries) and test their command line output.
#![cfg_attr(doc, doc = include_str!("../README.md"))]

use build_manager::BuildManager;
pub use color_eyre;
Expand Down

0 comments on commit 728305f

Please sign in to comment.