mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-12 07:13:34 +03:00
eb569b389c
* gitbutler as a lib is `gblib` now and used accordingly by `butler` * use `cargo-cranky` for shared lints across workspace until cargo supports Cargo.toml lints section in 1.75
7 lines
89 B
Rust
7 lines
89 B
Rust
#![allow(clippy::dbg_macro)]
|
|
|
|
mod common;
|
|
mod paths;
|
|
mod projects;
|
|
mod virtual_branches;
|