Remove h2-test-support crate (#119)

The h2-test-support caused the unstable flag to always be enabled.
This commit is contained in:
Carl Lerche
2017-09-25 22:28:39 -07:00
committed by GitHub
parent 549d96a36b
commit 8911ee2a4b
22 changed files with 91 additions and 89 deletions

View File

@@ -1,8 +1,8 @@
#[macro_use]
extern crate log;
extern crate h2_test_support;
use h2_test_support::prelude::*;
pub mod support;
use support::prelude::*;
#[test]
fn send_recv_headers_only() {