Style and clippy cleanup
This commit is contained in:
parent
ca41b9ec3d
commit
8a99bc2a89
17 changed files with 116 additions and 105 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue