Skip to content

Commit 89d0bf3

Browse files
authored
Merge pull request #1 from nhubbard/chore/docs-rs
Fix `docs.rs` configuration by enabling `cfg_doc`
1 parent 3adaa46 commit 89d0bf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg_attr(docsrs, feature(doc_cfg))]
2+
13
//! # Ironbeam
24
//!
35
//! A **data processing framework** for Rust inspired by Apache Beam and Google Cloud Dataflow.

0 commit comments

Comments
 (0)