diff options
Diffstat (limited to 'components/devtools/actors/object.rs')
-rw-r--r-- | components/devtools/actors/object.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools/actors/object.rs b/components/devtools/actors/object.rs index d77fbd396b3..85b1cb58b4a 100644 --- a/components/devtools/actors/object.rs +++ b/components/devtools/actors/object.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use actor::{Actor, ActorRegistry, ActorMessageStatus}; +use actor::{Actor, ActorMessageStatus, ActorRegistry}; use rustc_serialize::json; use std::net::TcpStream; |