Fix warnings (#929)
* Fix warnings * Bring back derivatives crate for Windows
This commit is contained in:
parent
c1329ff156
commit
c56a66cb90
4 changed files with 10 additions and 1 deletions
|
|
@ -86,6 +86,7 @@ extern crate log;
|
|||
#[macro_use]
|
||||
extern crate serde;
|
||||
#[macro_use]
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate derivative;
|
||||
#[macro_use]
|
||||
#[cfg(target_os = "windows")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue