mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-21 10:05:24 -04:00
8158916d23
* 2018 edition, babey! * run `cargo fix --edition-idioms` * yes, we do intend to drop the iterator, thanks rustc! * cargo fmt * aggressive min rustc version bump to fix travis * 1.37 is not out, oops
7 lines
63 B
Rust
7 lines
63 B
Rust
#![feature(test)]
|
|
|
|
extern crate test;
|
|
|
|
mod basic;
|
|
mod vec_map;
|