We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b46679 commit 1fa7f52Copy full SHA for 1fa7f52
rustfmt.toml
@@ -1,3 +1 @@
1
edition = "2021"
2
-wrap_comments = true
3
-format_code_in_doc_comments = true
src/protocol.rs
@@ -191,8 +191,6 @@ pub enum Severity {
191
Error,
192
}
193
194
-
195
196
#[cfg(feature = "serde")]
197
#[test]
198
fn test_serialize_severity() {
tests/graphical.rs
@@ -1855,7 +1855,7 @@ fn syntax_highlighter_on_real_file() {
1855
);
1856
assert!(out.contains("\u{1b}[38;2;180;142;173m"));
1857
assert_eq!(expected, strip_ansi_escapes::strip_str(out));
1858
- }
+}
1859
1860
1861
fn triple_adjacent_highlight() -> Result<(), MietteError> {
0 commit comments