Skip to content

Commit 63364f5

Browse files
authored
Merge pull request #3059 from itowlson/clippy-1.85
Clippies for Rust 1.85
2 parents 25df517 + f96f511 commit 63364f5

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)