Commit fa1c968
Annotate elided Ctr32BE lifetime on Sm4Gcm::init_ctr
`Ctr32BE<'_>` in the return type borrows from `&self`, matching the
elided input lifetime. Clippy's `mismatched_lifetime_syntaxes` lint
prefers the explicit `'_` on the return type so readers can see the
borrow relationship without consulting the type definition.1 parent b9aa6b9 commit fa1c968
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments