Skip to main content

RoastMap

Type Alias RoastMap 

Source
pub type RoastMap = HashMap<String, String>;
Expand description

A map from issue key to roast message.

Issue key format: "{file_path}:{line}:{rule_name}"

Aliased Typeยง

pub struct RoastMap { /* private fields */ }