Skip to content

Commit dfd414a

Browse files
committed
Fix for latest master
1 parent ce5ea23 commit dfd414a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/postgres/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ fn main() {
6464

6565
#[warn(missing_doc)];
6666

67+
#[feature(macro_rules, struct_variant)];
68+
6769
extern mod extra;
6870

6971
use extra::container::Deque;

0 commit comments

Comments
 (0)