Skip to content

Commit 7dc220d

Browse files
committed
fix: correct the module tree
1 parent 7c4e9ab commit 7dc220d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

alpm-utils/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
mod conf;
99

1010
#[cfg(feature = "alpm")]
11-
mod alpm;
11+
pub mod alpm;
1212
mod db;
1313

1414
/// Utils for dependency checking.
@@ -20,6 +20,5 @@ mod target;
2020
pub use crate::conf::*;
2121

2222
#[cfg(feature = "alpm")]
23-
pub use crate::alpm::*;
2423
pub use crate::db::*;
2524
pub use crate::target::*;

0 commit comments

Comments
 (0)