USELESS_METHODS

Constant USELESS_METHODS 

Source
const USELESS_METHODS: &[&str];
Expand description

Useless methods that are stripped from expression

ยงExamples

var.name().to_string() -> var.name()