Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5f1796f

Browse files
committed
uncomment check
1 parent 8678b92 commit 5f1796f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/rename.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ fn foo(foo: Foo) {
17491749

17501750
#[test]
17511751
fn test_rename_lifetimes() {
1752-
// cov_mark::check!(rename_lifetime);
1752+
cov_mark::check!(rename_lifetime);
17531753
check(
17541754
"'yeeee",
17551755
r#"

0 commit comments

Comments
 (0)