Skip to content

Commit f96f511

Browse files
committed
Clippies for Rust 1.85
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
1 parent 0432cd5 commit f96f511

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/compose/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ impl<'a, L: ComponentSourceLoader> Composer<'a, L> {
162162
self.graph
163163
.encode(Default::default())
164164
.map_err(|e| ComposeError::EncodeError(e.into()))
165-
.map(Into::into)
166165
}
167166

168167
fn new(loader: &'a L) -> Self {

0 commit comments

Comments
 (0)