Skip to content

Commit bec01d1

Browse files
committed
hace_controller: fix clippy warnings and apply rustfmt
Removed needless lifetimes. Signed-off-by: Steven Lee <steven_lee@aspeedtech.com>
1 parent 1d4d223 commit bec01d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hace_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,11 @@ impl<'ctrl> HaceController<'ctrl> {
284284
}
285285
}
286286

287-
impl<'a> DigestErrorType for HaceController<'_> {
287+
impl DigestErrorType for HaceController<'_> {
288288
type Error = Infallible;
289289
}
290290

291-
impl<'a> MacErrorType for HaceController<'_> {
291+
impl MacErrorType for HaceController<'_> {
292292
type Error = Infallible;
293293
}
294294

0 commit comments

Comments
 (0)