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