mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-04 00:54:07 +02:00
updates
This commit is contained in:
parent
5080caa936
commit
d989565775
7 changed files with 76 additions and 85 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue