We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b34457 commit bc97fb9Copy full SHA for bc97fb9
quil-rs/src/instruction/waveform.rs
@@ -41,7 +41,6 @@ impl Quil for WaveformDefinition {
41
write_parameter_string(f, &self.definition.parameters)?;
42
write!(f, ":\n{INDENT}")?;
43
write_join_quil(f, fall_back_to_debug, &self.definition.matrix, ", ", "")
44
- .map_err(Into::into)
45
}
46
47
0 commit comments