diff --git a/servo/components/net_traits/lib.rs b/servo/components/net_traits/lib.rs index 6810bdb339d9..bd0fae8d777a 100644 --- a/servo/components/net_traits/lib.rs +++ b/servo/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<()>), }