Skip to content

Commit 35f4fea

Browse files
committed
Fix for upstream changes
1 parent 9214a68 commit 35f4fea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,13 @@
5353
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc")]
5454
#![feature(plugin, unsafe_destructor, collections, io, core, path, std_misc)]
5555
#![warn(missing_docs)]
56+
#![plugin(phf_macros)]
5657

5758
extern crate byteorder;
5859
#[macro_use]
5960
extern crate log;
6061
extern crate openssl;
6162
extern crate phf;
62-
#[plugin] #[no_link]
63-
extern crate phf_macros;
6463
extern crate "rustc-serialize" as serialize;
6564
extern crate time;
6665

0 commit comments

Comments
 (0)