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 6, 2024
1 parent a1afa5e commit 034c64d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
rustc::internal
)]
#![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"))]
#![cfg_attr(
not(doc),
doc = "A crate to run the Rust compiler (or other binaries) and test their command line output."
)]

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

0 comments on commit 034c64d

Please sign in to comment.