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 0ed2facf848..8699f6e3be0 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, ActorMessageStatus, ActorRegistry}; +use crate::actor::{Actor, ActorMessageStatus, ActorRegistry}; use serde_json::{Map, Value}; use std::net::TcpStream; |