Style and clippy cleanup

This commit is contained in:
Vladan Popovic 2020-04-09 18:55:27 +02:00
parent ca41b9ec3d
commit 8a99bc2a89
17 changed files with 116 additions and 105 deletions

View file

@ -1,13 +1,13 @@
mod commit;
mod diff;
mod error;
mod log;
mod reference;
mod repo;
mod repository;
mod tree;
pub use commit::Log;
pub use diff::Show;
pub use error::Error;
pub use log::Log;
pub use reference::Refs;
pub use repo::SocialRepo;
pub use repository::SocialRepo;
pub use tree::LsTree;