From a4f1b367b9314b1526c51dad593cac1682ef996b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 9 Sep 2018 19:21:22 -0400 Subject: Remove namespace from src/msg.fbs --- src/errors.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/errors.rs') diff --git a/src/errors.rs b/src/errors.rs index 2fcb26193..1bedf8d40 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -1,13 +1,11 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. use hyper; -use msg_generated::deno as msg; +pub use msg::ErrorKind; use std; use std::fmt; use std::io; use url; -pub use self::msg::ErrorKind; - pub type DenoResult = std::result::Result; #[derive(Debug)] -- cgit v1.2.3