rust-analyzer/crates/ide_diagnostics/src/handlers
bors[bot] 20f3792d10
Merge #10089
10089: Fix minor mispelling r=bjorn3 a=NerdyPepper

`find_map` misspelt as `wind_map` in test identifier. 

Co-authored-by: Akshay <nerdy@peppe.rs>
2021-08-30 19:35:00 +00:00
..
add_reference_here.rs Add reference here diagnostic 2021-08-08 10:12:40 +02:00
break_outside_of_loop.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
field_shorthand.rs minor: make diagnostics more similar 2021-06-14 22:37:06 +03:00
inactive_code.rs Fix detection of macro file in inactive-code diag 2021-08-04 18:02:45 +02:00
incorrect_case.rs internal: remove one more needless extern crate 2021-07-11 15:48:49 +03:00
macro_error.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
mismatched_arg_count.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
missing_fields.rs Add coverage mark for struct init shorthand test 2021-08-30 14:37:03 -04:00
missing_match_arms.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
missing_ok_or_some_in_tail_expr.rs Enable diagnostics in const and static items 2021-08-27 23:21:21 +02:00
missing_unsafe.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
no_such_field.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
remove_this_semicolon.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
replace_filter_map_next_with_find_map.rs fix minor mispelling 2021-08-30 22:51:14 +05:30
unimplemented_builtin_macro.rs internal: document diagnostics crate 2021-06-14 19:45:39 +03:00
unlinked_file.rs Simplify 2021-08-07 22:16:15 +02:00
unresolved_extern_crate.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
unresolved_import.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
unresolved_macro_call.rs Remove the legacy macro scoping hack 2021-07-26 19:58:14 +02:00
unresolved_module.rs internal: test diagnostic severeties and presense of fixes 2021-06-14 22:37:06 +03:00
unresolved_proc_macro.rs internal: document diagnostics crate 2021-06-14 19:45:39 +03:00
useless_braces.rs minor: make diagnostics more similar 2021-06-14 22:37:06 +03:00