Skip to content

Commit 98d3374

Browse files
author
Solar Mithril
authored
Supress infallible clippy error (#155)
1 parent 05b3171 commit 98d3374

File tree

1 file changed

+1
-0
lines changed
  • crates/op-rbuilder/src/builders

1 file changed

+1
-0
lines changed

crates/op-rbuilder/src/builders/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ where
154154
}
155155
}
156156

157+
#[expect(clippy::infallible_try_from)]
157158
impl TryFrom<OpRbuilderArgs> for () {
158159
type Error = Infallible;
159160

0 commit comments

Comments
 (0)