Warning seems to have disappeared with updated diesel dependency
This commit is contained in:
parent
bf34e2923b
commit
25dcb85c24
2 changed files with 0 additions and 10 deletions
5
build.rs
5
build.rs
|
@ -1,8 +1,3 @@
|
||||||
// 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]
|
#[macro_use]
|
||||||
extern crate quote;
|
extern crate quote;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
|
@ -3,11 +3,6 @@
|
||||||
#![recursion_limit = "128"]
|
#![recursion_limit = "128"]
|
||||||
// for diesel's infer_schema!
|
// for diesel's infer_schema!
|
||||||
|
|
||||||
// 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)]
|
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate matches;
|
extern crate matches;
|
||||||
|
|
Loading…
Reference in a new issue