Move ReferrerPolicy to net_traits.

This commit is contained in:
Ms2ger 2016-10-18 18:04:58 +02:00
parent 0c6a277b09
commit 277c6d0154
18 changed files with 47 additions and 42 deletions

View file

@ -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;