Home
last modified time | relevance | path

Searched refs:note_bullet (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dconfig.rs130 pub note_bullet: ColorSpec, field
178 note_bullet: ColorSpec::new().set_fg(Some(blue)).clone(), in with_blue()
213 pub note_bullet: char, field
263 note_bullet: '=', in default()
Drenderer.rs650 self.set_color(&self.styles().note_bullet)?; in render_snippet_note()
651 write!(self, "{}", self.chars().note_bullet)?; in render_snippet_note()