Skip to content

Commit 05b1492

Browse files
authored
Apply suggestion from @Veykril
1 parent 7c43d84 commit 05b1492

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/repl/src/outputs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ impl Output {
268268
let ename = err.ename.clone();
269269
let evalue = err.evalue.clone();
270270
let traceback = err.traceback.clone();
271-
let workspace = workspace.clone();
272271
move |_, window, cx| {
273272
if let Some(workspace) = workspace.upgrade() {
274273
let traceback_text = traceback.read(cx).full_text();

0 commit comments

Comments
 (0)