Skip to content

Commit 3058639

Browse files
committed
Clean: lints.
1 parent 76cb833 commit 3058639

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

server/src/translation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,6 @@ impl TranslationTask {
10171017
// TODO: support diffable!
10181018
panic!("Diff not supported.");
10191019
};
1020-
let debug_cm = code_mirror.clone();
10211020
self.code_mirror_doc = code_mirror.doc;
10221021
self.code_mirror_doc_blocks = Some(code_mirror.doc_blocks);
10231022
// We may need to change this version if we send a diff back to the Client.

server/tests/overall_core/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,6 @@ async fn test_client_updates_core(
11561156
message: EditorMessageContents::Result(Ok(ResultOkTypes::Void))
11571157
}
11581158
);
1159-
server_id += MESSAGE_ID_INCREMENT;
11601159

11611160
// Insert a character to check the insertion point.
11621161
let code_line_css = ".CodeChat-CodeMirror .cm-line";

0 commit comments

Comments
 (0)