rust/crates/ra_ide_db/src/marks.rs

10 lines
198 B
Rust
Raw Normal View History

2020-03-04 04:38:55 -06:00
//! See test_utils/src/marks.rs
test_utils::marks![
goto_def_for_macros
goto_def_for_methods
goto_def_for_fields
goto_def_for_record_fields
goto_def_for_field_init_shorthand
];