Skip to content

Commit 7b3a1e2

Browse files
committed
Fix CI nits.
1 parent 96c2aee commit 7b3a1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#![allow(missing_docs)] // FIXME: Document this
22

3+
pub mod extern_args;
34
pub mod fs;
45
mod string;
56
pub(crate) mod toml_ext;
6-
pub mod extern_args;
77
use crate::errors::Error;
88
use log::error;
99
use once_cell::sync::Lazy;

0 commit comments

Comments
 (0)