aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
blob: e9038dc5f5e54cb88f8748cd338e3f882485c9da (plain)
1
2
3
4
5
6
7
8
9
10
11
#![warn(rust_2018_idioms)]

pub mod config;
pub mod error;

mod arg;
mod owner_repo;
mod suggestion;


pub use suggestion::for_suggestion;