Skip to content

Commit

Permalink
docs: Add readme to top-level crate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed May 30, 2024
1 parent 1aae3cd commit 2bd88e4
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
@@ -1,5 +1,5 @@
#![forbid(unsafe_code)]
#![cfg_attr(doctest, doc = include_str!("../README.md"))]
#![doc = include_str!("../README.md")]

mod cell;
mod column;
Expand Down

0 comments on commit 2bd88e4

Please # to comment.