chore(lib): individually disable tests and examples that aren't updated
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// FIXME: re-implement tests with `async/await`, this import should
|
||||
// trigger a warning to remind us
|
||||
use super::Client;
|
||||
/*
|
||||
#![cfg(feature = "runtime")]
|
||||
extern crate pretty_env_logger;
|
||||
|
||||
@@ -267,3 +271,4 @@ fn bench_http1_get_10b(b: &mut test::Bencher) {
|
||||
rt.block_on(res1.join(srv1)).expect("res1");
|
||||
});
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user