mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Move hosts module into net crate. Remove obsolete functions.
This commit is contained in:
parent
e772086b8c
commit
6f590a87bf
11 changed files with 13 additions and 45 deletions
|
@ -6,7 +6,6 @@ use net::hsts::{HstsEntry, HstsList};
|
|||
use net_traits::IncludeSubdomains;
|
||||
use std::collections::HashMap;
|
||||
use time;
|
||||
use url::Url;
|
||||
|
||||
#[test]
|
||||
fn test_hsts_entry_is_not_expired_when_it_has_no_timestamp() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue