diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs index 6810bdb339d..bd0fae8d777 100644 --- a/components/net_traits/lib.rs +++ b/components/net_traits/lib.rs @@ -384,7 +384,7 @@ pub enum CoreResourceMsg { /// Message forwarded to file manager's handler ToFileManager(FileManagerThreadMsg), /// Break the load handler loop, send a reply when done cleaning up local resources - // and exit + /// and exit Exit(IpcSender<()>), }