Removed unused feature
This commit is contained in:
parent
f9ebb432b2
commit
0e6be32a8c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#![recursion_limit = "256"]
|
||||
#![feature(proc_macro_hygiene, decl_macro, type_alias_impl_trait)]
|
||||
#![feature(proc_macro_hygiene, decl_macro)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate diesel;
|
||||
|
|
Loading…
Add table
Reference in a new issue