Skip to content

Commit bc97fb9

Browse files
committed
chore: appease clippy
1 parent 2b34457 commit bc97fb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quil-rs/src/instruction/waveform.rs

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ impl Quil for WaveformDefinition {
4141
write_parameter_string(f, &self.definition.parameters)?;
4242
write!(f, ":\n{INDENT}")?;
4343
write_join_quil(f, fall_back_to_debug, &self.definition.matrix, ", ", "")
44-
.map_err(Into::into)
4544
}
4645
}
4746

0 commit comments

Comments
 (0)