summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-09-09 19:21:22 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-09-09 23:12:22 -0400
commita4f1b367b9314b1526c51dad593cac1682ef996b (patch)
treef037cf49914f2d929b4b5f14c52e1ef11f06bd72 /src/main.rs
parent3574c7a5d39c6cd55e7c25a10e4e5c8e363b7af9 (diff)
Remove namespace from src/msg.fbs
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
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;