diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index ab9a72f79..68e680c71 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,7 +2,7 @@ extern crate flatbuffers; extern crate futures; extern crate hyper; extern crate libc; -extern crate msg_rs as msg_generated; +extern crate msg_rs as msg; extern crate rand; extern crate tempfile; extern crate tokio; |