lib.rs
1 #![allow(clippy::collapsible_if)] 2 #![allow(clippy::or_fun_call)] 3 #![allow(clippy::too_many_arguments)] 4 pub mod commands; 5 pub mod git; 6 pub mod project; 7 pub mod terminal;
1 #![allow(clippy::collapsible_if)] 2 #![allow(clippy::or_fun_call)] 3 #![allow(clippy::too_many_arguments)] 4 pub mod commands; 5 pub mod git; 6 pub mod project; 7 pub mod terminal;