Skip to content

Commit

Permalink
Merge pull request #3 from petrochenkov/master
Browse files Browse the repository at this point in the history
Fix build on nightly
  • Loading branch information
bcndanos authored Jul 13, 2017
2 parents 13861f5 + ffe2911 commit 9d3346c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ fn main() {
*/

extern crate asynchronous;
extern crate rustc_serialize;

pub use rustc_serialize as serialize;
pub extern crate rustc_serialize as serialize;

use asynchronous::{Deferred, Promise};
use std::collections::BTreeMap;
Expand Down

0 comments on commit 9d3346c

Please sign in to comment.