Skip to content

Commit 66864fc

Browse files
committed
change macro import order
1 parent 49b6f84 commit 66864fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
#[macro_use]
22
mod macros;
3+
#[macro_use]
4+
pub(crate) mod gettext;
5+
36
#[cfg(feature = "apparmor")]
47
pub(crate) mod apparmor;
58
pub(crate) mod common;
69
pub(crate) mod cutils;
710
pub(crate) mod defaults;
811
pub(crate) mod exec;
9-
#[macro_use]
10-
pub(crate) mod gettext;
1112
pub(crate) mod log;
1213
pub(crate) mod pam;
1314
pub(crate) mod sudoers;

0 commit comments

Comments
 (0)