Skip to content

Commit

Permalink
src/main.rs: silence annoying Diesel warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Dec 5, 2018
1 parent db7687d commit 27143d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
//! The main CLI driver logic.
#![deny(missing_docs)]
#![allow(proc_macro_derive_resolution_fallback)]

extern crate app_dirs;
extern crate chrono;
Expand Down

0 comments on commit 27143d1

Please sign in to comment.