1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-04 00:54:07 +02:00
This commit is contained in:
Robin Appelman 2024-06-15 15:21:23 +02:00
commit d989565775
7 changed files with 76 additions and 85 deletions

View file

@ -9,10 +9,6 @@ pub trait SizeHint {
fn size_hint(&self) -> TokenStream;
}
pub trait SizeHintSized {
fn hint(&self) -> TokenStream;
}
impl SizeHint for FieldParam {
fn size_hint(&self) -> TokenStream {
let span = self.span;