This commit is contained in:
jrx 2023-08-31 23:04:05 +02:00
parent 8d858c43ff
commit a38e91d12c

View file

@ -134,4 +134,4 @@ fn repl_is_send() {
assert_send(&repl);
fn assert_send(_: &impl Send) {}
}
}