Remove h2-test-support crate (#119)
The h2-test-support caused the unstable flag to always be enabled.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#[macro_use]
|
||||
extern crate h2_test_support;
|
||||
use h2_test_support::prelude::*;
|
||||
pub mod support;
|
||||
use support::prelude::*;
|
||||
|
||||
#[test]
|
||||
fn recv_single_ping() {
|
||||
|
||||
Reference in New Issue
Block a user