Reintroduce macro_use for Diesel to import custom derives.
This commit is contained in:
parent
b3eeb25a99
commit
1c5c1f92d6
@ -5,6 +5,10 @@
|
||||
#![deny(missing_docs)]
|
||||
#![deny(warnings)]
|
||||
|
||||
#[cfg(feature = "diesel")]
|
||||
#[cfg_attr(feature = "diesel", macro_use)]
|
||||
extern crate diesel;
|
||||
|
||||
use std::{
|
||||
convert::TryFrom,
|
||||
error::Error as StdError,
|
||||
|
Loading…
x
Reference in New Issue
Block a user