提交 9d1aadc8 编写于 作者: B Ben S

The modules don't actually need to be public

上级 7587f046
......@@ -27,14 +27,14 @@ use file::File;
use options::{Options, View};
use output::lines_view;
pub mod column;
pub mod dir;
pub mod feature;
pub mod file;
pub mod filetype;
pub mod options;
pub mod output;
pub mod term;
mod column;
mod dir;
mod feature;
mod file;
mod filetype;
mod options;
mod output;
mod term;
#[cfg(not(test))]
struct Exa<'a> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册