Skip to content

Commit 03f1581

Browse files
committed
Make cucumber module private
1 parent 2313010 commit 03f1581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
)]
3232
#![cfg_attr(docsrs, feature(doc_cfg))]
3333

34-
pub mod cucumber;
34+
mod cucumber;
3535
pub mod event;
3636
pub mod feature;
3737
pub mod parser;

0 commit comments

Comments
 (0)