Cleanup
This commit is contained in:
parent
64959d6069
commit
46d94c3343
@ -144,10 +144,6 @@ where
|
|||||||
write!(f, "set-register '\"'")?;
|
write!(f, "set-register '\"'")?;
|
||||||
for i in selections_iter {
|
for i in selections_iter {
|
||||||
num_written = num_written.saturating_add(1);
|
num_written = num_written.saturating_add(1);
|
||||||
// eprintln!(
|
|
||||||
// "Got response: {:?}",
|
|
||||||
// i.map_err(Into::into)?.clone().as_ref()
|
|
||||||
// );
|
|
||||||
write!(f, " '{}'", escape(i.map_err(Into::into)?.as_ref()))?;
|
write!(f, " '{}'", escape(i.map_err(Into::into)?.as_ref()))?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user