mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-21 11:09:50 +00:00
clippy + fmt
This commit is contained in:
parent
fb7fa99b2c
commit
05a61e2210
11 changed files with 55 additions and 65 deletions
|
@ -351,6 +351,7 @@ struct ValgrindOutput {
|
|||
|
||||
#[derive(Deserialize, Debug)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
#[allow(dead_code)] // Some fields are unused but this allows for easy deserialization of the xml.
|
||||
enum ValgrindField {
|
||||
ProtocolVersion(isize),
|
||||
ProtocolTool(String),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue