From 371d287f5de4da652943f6154709937265a79e37 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 8 Dec 2016 12:40:18 -1000 Subject: [PATCH] Fix doc comment syntax. --- components/net_traits/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<()>), }