Skip to content

Commit 81f27ac

Browse files
committed
Apply clippy suggestion
1 parent 7421a8a commit 81f27ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl FromStr for LlvmVersion {
133133
}
134134

135135
if let Some(Err(e)) = parts.next() {
136-
return Err(e.into());
136+
return Err(e);
137137
}
138138

139139
if parts.next().is_some() {

0 commit comments

Comments
 (0)