1 2 3 4 5 6 7 8 9 10
#![cfg_attr(feature = "fail-on-warnings", deny(warnings))] #![cfg_attr(feature = "fail-on-warnings", deny(clippy::all))] mod concourse; mod config; mod database; mod repo; mod workspace; pub mod cli;