File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ pub mod frame;
3232#[ allow( missing_docs) ]
3333pub mod proto;
3434#[ cfg( feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes" ) ]
35+ #[ allow( dead_code, missing_docs) ]
36+ pub mod qpack;
37+ #[ cfg( feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes" ) ]
3538#[ allow( missing_docs) ]
3639pub mod stream;
3740#[ cfg( feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes" ) ]
@@ -45,12 +48,13 @@ mod frame;
4548#[ cfg( not( feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes" ) ) ]
4649mod proto;
4750#[ cfg( not( feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes" ) ) ]
51+ #[ allow( dead_code) ]
52+ mod qpack;
53+ #[ cfg( not( feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes" ) ) ]
4854mod stream;
4955#[ cfg( not( feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes" ) ) ]
5056mod webtransport;
5157
52- #[ allow( dead_code) ]
53- mod qpack;
5458#[ cfg( test) ]
5559mod tests;
5660#[ cfg( test) ]
You can’t perform that action at this time.
0 commit comments