servo/components/net/tests
Simon Sapin a0d9f97c8e Fix warnings introduced in newer Rust Nightly
This does not (yet) upgrade ./rust-toolchain

The warnings:

* dead_code "field is never read"
* redundant_semicolons "unnecessary trailing semicolon"
* non_fmt_panic "panic message is not a string literal, this is no longer accepted in Rust 2021"
* unstable_name_collisions "a method with this name may be added to the standard library in the future"
* legacy_derive_helpers "derive helper attribute is used before it is introduced" https://github.com/rust-lang/rust/issues/79202
2021-02-25 15:36:03 +01:00
..
parsable_mime Merge net and net_tests 2018-01-20 15:36:09 +01:00
cookie.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
cookie_http_state.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
cookie_http_state_utils.py Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
data_loader.rs Fix warnings introduced in newer Rust Nightly 2021-02-25 15:36:03 +01:00
fetch.rs Make url for "client" referrer mandatory 2020-06-17 19:07:14 +02:00
file_loader.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
filemanager_thread.rs add a fetch token for blob urls 2020-02-21 14:26:45 +08:00
hsts.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
http_cache.rs Make url for "client" referrer mandatory 2020-06-17 19:07:14 +02:00
http_loader.rs Remove unit test that triggers frequent intermittent failure. 2020-07-27 11:02:29 -04:00
main.rs net: Add unit test for accepting a self-signed cert. 2020-06-09 18:29:39 -04:00
mime_classifier.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
resource_thread.rs Net: removed opts::get() usage 2019-06-06 18:48:17 -06:00
subresource_integrity.rs refactored performance timing to align with updated spec 2018-11-20 16:21:32 +00:00
test.jpeg Merge net and net_tests 2018-01-20 15:36:09 +01:00