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

pub mod config;
pub mod error;

pub(crate) mod owner_repo;

mod arg;


pub use arg::is_suggestion_id;