Skip to content

Commit 085f462

Browse files
committed
change test name to sth meaningful
1 parent acc4c33 commit 085f462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-diagnostics/src/handlers/moved_out_of_ref.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mod tests {
1919
use crate::tests::check_diagnostics;
2020

2121
#[test]
22-
fn abc() {
22+
fn operand_field_span_respected() {
2323
check_diagnostics(
2424
r#"
2525
struct NotCopy;

0 commit comments

Comments
 (0)