Static fix_getters_rules::function::EXACT_SUFFIX_SUBSTITUTES[][src]

pub static EXACT_SUFFIX_SUBSTITUTES: Lazy<HashMap<&'static str, &'static str>>

Substitutes to be used when the suffix matches exactly.

The convention is to rename getters get_suffix as suffix, but there are cases for which a better name should be used:

  • get_type -> type_.