mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +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<()>),
|
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 {
|
struct LoadOriginData {
|
||||||
pipeline: Option<PipelineId>,
|
pipeline: Option<PipelineId>,
|
||||||
referrer_policy: Option<ReferrerPolicy>,
|
referrer_policy: Option<ReferrerPolicy>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue