Skip to content

Commit

Permalink
Updated for latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
71 committed Jul 20, 2018
1 parent 353fbeb commit a765ad3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/basic.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![feature(proc_macro, proc_macro_gen)]
#![feature(use_extern_macros, proc_macro_gen)]

extern crate speculate;

use speculate::speculate;
Expand Down
3 changes: 2 additions & 1 deletion tests/example.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![feature(proc_macro, proc_macro_gen)]
#![feature(use_extern_macros, proc_macro_gen)]

extern crate speculate;

use speculate::speculate;
Expand Down

0 comments on commit a765ad3

Please sign in to comment.