Skip to content

Commit

Permalink
Silence warnings caused by Diesel on Rust >=1.29, also in build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
maghoff committed Oct 27, 2018
1 parent a20117a commit f96cc8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Diesel causes many warnings of the following kind. I expect this to be
// fixed in a future release of Diesel. Currently used version of Diesel is
// 1.3.0.
#![allow(proc_macro_derive_resolution_fallback)]

#[macro_use] extern crate quote;
#[macro_use] extern crate diesel;
extern crate diesel_migrations;
Expand Down

0 comments on commit f96cc8d

Please sign in to comment.