We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b41929 commit 72bf9bfCopy full SHA for 72bf9bf
1 file changed
src/fixedwidth.rs
@@ -57,7 +57,7 @@ pub trait FixedWidthEncoding {
57
Self: Sized;
58
59
/// Get a uint in a form that encodes to a fixed width
60
- fn as_fixed_width(&self) -> FixedWidthUint<Self> {
+ fn as_fixed_width(&self) -> FixedWidthUint<'_, Self> {
61
FixedWidthUint(self)
62
}
63
0 commit comments