Skip to content

Commit

Permalink
Rust syntax update - rust-lang/rust#16461
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurp committed Sep 14, 2014
1 parent f144bdd commit f2af37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ws/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extern crate debug;
extern crate time;
extern crate serialize;
extern crate http;
extern crate rust_crypto = "rust-crypto";
extern crate "rust-crypto" as rust_crypto;

pub mod server;
pub mod message;

1 comment on commit f2af37e

@ehsanul
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed your fork! How's it going man? :)

Please sign in to comment.