Skip to content

Commit

Permalink
Include README.md in lib.rs (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Sep 1, 2023
1 parent fd1befa commit 5de5a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcnb-common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![doc = include_str!("../README.md")]
#![warn(clippy::pedantic)]
#![warn(unused_crate_dependencies)]
// This lint is too noisy and enforces a style that reduces readability in many cases.
Expand Down

0 comments on commit 5de5a66

Please sign in to comment.