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

The modules don't actually need to be public

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