Skip to content

Commit fe92ee9

Browse files
committed
remove special handling when building for docs.rs
1 parent 9f74cc9 commit fe92ee9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ keywords = ["parsing", "beancount", "accounting"]
1313
[badges.maintenance]
1414
status = "passively-maintained"
1515

16-
[package.metadata.docs.rs]
17-
all-features = true
18-
rustdoc-args = ["--cfg", "docsrs"]
19-
2016
[dependencies]
2117
# Public
2218
miette = { version = "5", optional = true }

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
2-
31
//! A parsing library for the [beancount language](https://beancount.github.io/docs/beancount_language_syntax.html)
42
//!
53
//! # Usage

0 commit comments

Comments
 (0)