-
-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(quinn-proto): unhide
quinn_proto::coding
It turned out currently the `coding` mod is already public, simply hidden from the docs. It seems to be the minimal change to allow using this functionality for `VarInt` is to document it and not hide it. Fixes #1277
- Loading branch information
1 parent
204b147
commit 7647bd0
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ use std::{ | |
}; | ||
|
||
mod cid_queue; | ||
#[doc(hidden)] | ||
pub mod coding; | ||
mod constant_time; | ||
mod range_set; | ||
|