mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move ReferrerPolicy to net_traits.
This commit is contained in:
parent
0c6a277b09
commit
277c6d0154
18 changed files with 47 additions and 42 deletions
|
@ -2,9 +2,10 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use ReferrerPolicy;
|
||||
use hyper::header::Headers;
|
||||
use hyper::method::Method;
|
||||
use msg::constellation_msg::{PipelineId, ReferrerPolicy};
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use std::cell::{Cell, RefCell};
|
||||
use std::default::Default;
|
||||
use std::mem::swap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue