Skip to content

Commit 7f0f7cb

Browse files
committed
fix: Make tags reachable
1 parent ef5ea2f commit 7f0f7cb

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
@@ -5,7 +5,7 @@
55
#![warn(clippy::print_stdout)]
66

77
#[macro_use]
8-
mod any;
8+
pub mod any;
99

1010
pub mod config;
1111
pub mod git;

0 commit comments

Comments
 (0)