Expose Codec via an unstable flag (#49)
Exposes `Codec` using an unstable flag. This is useful for testing.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
pub mod support;
|
||||
use support::*;
|
||||
/*
|
||||
extern crate h2_test_support;
|
||||
use h2_test_support::*;
|
||||
*/
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
|
||||
Reference in New Issue
Block a user