[][src]Module ra_ap_assists::utils

Assorted functions shared by several assists.

Enums

DefaultMethods

Functions

add_trait_assoc_items_to_impl
extract_trivial_expression
filter_assoc_items
test_related_attribute

This is a method with a heuristics to support test methods annotated with custom test annotations, such as #[test_case(...)], #[tokio::test] and similar. Also a regular #[test] annotation is supported.