mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Auto merge of #13579 - servo:old-doc, r=Wafflespeanut
Remove some documentation that is no longer correct. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13579) <!-- Reviewable:end -->
This commit is contained in:
commit
c12ca6fdd5
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