Skip to content

Commit 431c6bf

Browse files
authored
chore: Enable doc_cfg feature so docs.rs will build documentation correctly
1 parent 3adaa46 commit 431c6bf

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)