numeric_literals icon indicating copy to clipboard operation
numeric_literals copied to clipboard

Easily cope with numeric literals in generic Rust code

Results 1 numeric_literals issues
Sort by recently updated
recently updated
newest added

@w1th0utnam3 recently implemented support for replacing literals in macro in #2. This functionality has an "escape hatch" for disabling macro replacement, used like this: ```rust #[replace_numeric_literals(literal as i32, visit_macros=false)] ```...