Skip to main content

Module handlers

Module handlers 

Source

Modulesยง

add_braces ๐Ÿ”’
add_explicit_dot_deref ๐Ÿ”’
add_explicit_enum_discriminant ๐Ÿ”’
add_explicit_type ๐Ÿ”’
add_label_to_loop ๐Ÿ”’
add_lifetime_to_type ๐Ÿ”’
add_missing_impl_members ๐Ÿ”’
add_missing_match_arms ๐Ÿ”’
add_return_type ๐Ÿ”’
add_turbo_fish ๐Ÿ”’
apply_demorgan ๐Ÿ”’
auto_import ๐Ÿ”’
bind_unused_param ๐Ÿ”’
change_visibility ๐Ÿ”’
convert_bool_then ๐Ÿ”’
convert_bool_to_enum ๐Ÿ”’
convert_char_literal ๐Ÿ”’
convert_closure_to_fn ๐Ÿ”’
convert_comment_block ๐Ÿ”’
convert_comment_from_or_to_doc ๐Ÿ”’
convert_for_to_while_let ๐Ÿ”’
convert_from_to_tryfrom ๐Ÿ”’
convert_integer_literal ๐Ÿ”’
convert_into_to_from ๐Ÿ”’
convert_iter_for_each_to_for ๐Ÿ”’
convert_let_else_to_match ๐Ÿ”’
convert_match_to_let_else ๐Ÿ”’
convert_named_struct_to_tuple_struct ๐Ÿ”’
convert_nested_function_to_closure ๐Ÿ”’
convert_range_for_to_while ๐Ÿ”’
convert_to_guarded_return ๐Ÿ”’
convert_tuple_return_type_to_struct ๐Ÿ”’
convert_tuple_struct_to_named_struct ๐Ÿ”’
convert_two_arm_bool_match_to_matches_macro ๐Ÿ”’
convert_while_to_loop ๐Ÿ”’
destructure_struct_binding ๐Ÿ”’
destructure_tuple_binding ๐Ÿ”’
desugar_doc_comment ๐Ÿ”’
desugar_try_expr ๐Ÿ”’
expand_glob_import ๐Ÿ”’
expand_rest_pattern ๐Ÿ”’
extract_expressions_from_format_string ๐Ÿ”’
extract_function ๐Ÿ”’
extract_module ๐Ÿ”’
extract_struct_from_enum_variant ๐Ÿ”’
extract_type_alias ๐Ÿ”’
extract_variable ๐Ÿ”’
fix_visibility ๐Ÿ”’
flip_binexpr ๐Ÿ”’
flip_comma ๐Ÿ”’
flip_or_pattern ๐Ÿ”’
flip_trait_bound ๐Ÿ”’
generate_blanket_trait_impl ๐Ÿ”’
generate_constant ๐Ÿ”’
generate_default_from_enum_variant ๐Ÿ”’
generate_default_from_new ๐Ÿ”’
generate_delegate_methods ๐Ÿ”’
generate_delegate_trait ๐Ÿ”’
generate_deref ๐Ÿ”’
generate_derive ๐Ÿ”’
generate_documentation_template ๐Ÿ”’
generate_enum_is_method ๐Ÿ”’
generate_enum_projection_method ๐Ÿ”’
generate_enum_variant ๐Ÿ”’
generate_fn_type_alias ๐Ÿ”’
generate_from_impl_for_enum ๐Ÿ”’
generate_function ๐Ÿ”’
generate_getter_or_setter ๐Ÿ”’
generate_impl ๐Ÿ”’
generate_is_empty_from_len ๐Ÿ”’
generate_mut_trait_impl ๐Ÿ”’
generate_new ๐Ÿ”’
generate_single_field_struct_from ๐Ÿ”’
generate_trait_from_impl ๐Ÿ”’
inline_call ๐Ÿ”’
inline_const_as_literal ๐Ÿ”’
inline_local_variable ๐Ÿ”’
inline_macro ๐Ÿ”’
inline_type_alias ๐Ÿ”’
into_to_qualified_from ๐Ÿ”’
introduce_named_lifetime ๐Ÿ”’
introduce_named_type_parameter ๐Ÿ”’
invert_if ๐Ÿ”’
merge_imports ๐Ÿ”’
merge_match_arms ๐Ÿ”’
merge_nested_if ๐Ÿ”’
move_bounds ๐Ÿ”’
move_const_to_impl ๐Ÿ”’
move_from_mod_rs ๐Ÿ”’
move_guard ๐Ÿ”’
move_module_to_file ๐Ÿ”’
move_to_mod_rs ๐Ÿ”’
normalize_import ๐Ÿ”’
number_representation ๐Ÿ”’
promote_local_to_const ๐Ÿ”’
pull_assignment_up ๐Ÿ”’
qualify_method_call ๐Ÿ”’
qualify_path ๐Ÿ”’
raw_string ๐Ÿ”’
remove_dbg ๐Ÿ”’
remove_else_branches ๐Ÿ”’
remove_mut ๐Ÿ”’
remove_parentheses ๐Ÿ”’
remove_underscore ๐Ÿ”’
remove_unused_imports ๐Ÿ”’
remove_unused_param ๐Ÿ”’
reorder_fields ๐Ÿ”’
reorder_impl_items ๐Ÿ”’
replace_arith_op ๐Ÿ”’
replace_derive_with_manual_impl ๐Ÿ”’
replace_if_let_with_match ๐Ÿ”’
replace_is_method_with_if_let_method ๐Ÿ”’
replace_let_with_if_let ๐Ÿ”’
replace_method_eager_lazy ๐Ÿ”’
replace_named_generic_with_impl ๐Ÿ”’
replace_qualified_name_with_use ๐Ÿ”’
replace_string_with_char ๐Ÿ”’
replace_turbofish_with_explicit_type ๐Ÿ”’
sort_items ๐Ÿ”’
split_import ๐Ÿ”’
term_search ๐Ÿ”’
Term search assist
toggle_async_sugar ๐Ÿ”’
toggle_ignore ๐Ÿ”’
toggle_macro_delimiter ๐Ÿ”’
unmerge_imports ๐Ÿ”’
unmerge_match_arm ๐Ÿ”’
unnecessary_async ๐Ÿ”’
unqualify_method_call ๐Ÿ”’
unwrap_branch ๐Ÿ”’
unwrap_return_type ๐Ÿ”’
unwrap_tuple ๐Ÿ”’
unwrap_type_to_generic_arg ๐Ÿ”’
wrap_return_type ๐Ÿ”’
wrap_unwrap_cfg_attr ๐Ÿ”’

Functionsยง

all ๐Ÿ”’

Type Aliasesยง

Handler ๐Ÿ”’