mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove some documentation that is no longer correct.
This commit is contained in:
parent
d067f469d0
commit
02311798dd
1 changed files with 0 additions and 3 deletions
|
@ -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<PipelineId>,
|
||||
referrer_policy: Option<ReferrerPolicy>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue