get_default_rules

Function get_default_rules 

Source
pub fn get_default_rules() -> Vec<Box<dyn Rule>>
Expand description

Returns the default set of rules that preserve code functionality.

These rules are guaranteed to maintain the original behavior of the code while performing their transformations.