This commit is contained in:
Austen Adler 2022-07-10 16:34:29 -04:00
parent 9d982a2723
commit fe3f10387c

View File

@ -69,7 +69,6 @@ pub fn set(options: &Options) -> Result<String, KakError> {
// Get the actual operation we are performing
let (left_register, operation, right_register) = parse_arguments(&options.args[..])?;
// Get the selections for the left register and the right register, depending on the arguments
// Underscore is a special case. We will treat it as the current selection
let (left_selections, right_selections) = match (&left_register, &right_register) {