mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:21 +00:00
Pretty print Diagnostic
s in snapshot tests (#3906)
This commit is contained in:
parent
210083bdd8
commit
e8aebee3f6
901 changed files with 55367 additions and 66782 deletions
|
@ -22,7 +22,6 @@ pub struct DiagnosticKind {
|
|||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||
pub struct Diagnostic {
|
||||
pub kind: DiagnosticKind,
|
||||
pub location: Location,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue