Skip to content

Commit

Permalink
Do not include readme in crate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnomann committed Mar 28, 2020
1 parent 9fb0aba commit 87a9f8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion carapax/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! A Telegram Bot framework
#![cfg_attr(nightly, feature(doc_cfg, external_doc))]
#![cfg_attr(nightly, doc(include = "../../README.md"))]
#![warn(missing_docs)]

mod core;
Expand Down

0 comments on commit 87a9f8d

Please sign in to comment.