Skip to content

Commit

Permalink
Update .config/ast-grep/rule-tests/resolved-vc-in-trait-arguments-tes…
Browse files Browse the repository at this point in the history
…t.yml
  • Loading branch information
mischnic authored Dec 3, 2024
1 parent ecdc162 commit fd73510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ valid:
#[turbo_tasks::value_trait]
pub trait Example {
fn write_to_disk(self: Vc<Self>);
fn write_to_disk(self: Resolvedvc<Self>) {}
fn write_to_disk(self: ResolvedVc<Self>) {}
}
invalid:
- |
Expand Down

0 comments on commit fd73510

Please sign in to comment.