make sync part of lib expect safe

This commit is contained in:
Stephan Dilly 2020-11-01 12:49:11 +01:00
parent 00073cbdd7
commit c4fdbf7aba

View file

@ -1,5 +1,8 @@
//! sync git api
//TODO: remove once we have this activated on the toplevel
#![deny(clippy::expect_used)]
mod branch;
mod commit;
mod commit_details;