mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
make sync part of lib expect safe
This commit is contained in:
parent
00073cbdd7
commit
c4fdbf7aba
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
//! sync git api
|
//! sync git api
|
||||||
|
|
||||||
|
//TODO: remove once we have this activated on the toplevel
|
||||||
|
#![deny(clippy::expect_used)]
|
||||||
|
|
||||||
mod branch;
|
mod branch;
|
||||||
mod commit;
|
mod commit;
|
||||||
mod commit_details;
|
mod commit_details;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue