mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
uncomment check
This commit is contained in:
parent
8678b92218
commit
5f1796f837
1 changed files with 1 additions and 1 deletions
|
@ -1749,7 +1749,7 @@ fn foo(foo: Foo) {
|
|||
|
||||
#[test]
|
||||
fn test_rename_lifetimes() {
|
||||
// cov_mark::check!(rename_lifetime);
|
||||
cov_mark::check!(rename_lifetime);
|
||||
check(
|
||||
"'yeeee",
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue