style(stage2a): drop an unused mut the new delete row left behind

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Lv428Fth9LRtffwJSsqH7T
This commit is contained in:
Levi Neuwirth 2026-07-29 18:54:22 -04:00
parent edfb52f29c
commit 5e30e97f17
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ fn acc28_delete_a_false_string_prefix_does_not_widen_the_kill_list() {
fx.dir("foo");
let inside = fx.write("foo/a.txt", "in\n");
let sibling = fx.write("foobar.txt", "out\n");
let mut state = editor();
let state = editor();
open_as(&state, "KEEP", &fx.write("keep.txt", "k\n"));
open_as(&state, "IN", &inside);
open_as(&state, "OUT", &sibling);