From 02311798dd69878b7f616c6485c60bf7a880be53 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 4 Oct 2016 17:30:56 +0200 Subject: [PATCH] Remove some documentation that is no longer correct. --- components/net_traits/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs index 7f4a3abd164..bc920ccd2dd 100644 --- a/components/net_traits/lib.rs +++ b/components/net_traits/lib.rs @@ -463,9 +463,6 @@ pub enum CoreResourceMsg { Exit(IpcSender<()>), } -/// Initialized but unsent request. Encapsulates everything necessary to instruct -/// the resource thread to make a new request. The `load` method *must* be called before -/// destruction or the thread will panic. struct LoadOriginData { pipeline: Option, referrer_policy: Option,