Skip to content

Commit

Permalink
deploy: 260e713
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadu committed Jul 25, 2024
1 parent bb96631 commit b705d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lints/lints.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@
}
},
{
"id": "record_1",
"id": "record_punning",
"group": "suspicious",
"level": "warn",
"impl": "typed",
"docs": "### What it does\nSimplyfies record construction using OCaml-specfic field punning.\n\n[Chapter](https://dev.realworldocaml.org/records.html) in 'Real World OCaml'.\n\n##### Examples\n\n```ocaml\n{ x = r.x; y = r.y; z = 15}\n```\nvs\n```ocaml\n{ r with z = 15 }\n```",
"docs": "### What it does\nSimplyfies record construction using OCaml-specific field punning.\n\n[Chapter](https://dev.realworldocaml.org/records.html) in 'Real World OCaml'.\n\n##### Examples\n\n```ocaml\n{ x = r.x; y = r.y; z = 15}\n```\nvs\n```ocaml\n{ r with z = 15 }\n```",
"applicability": {
"is_multi_part_suggestion": false,
"applicability": "Unresolved"
Expand Down

0 comments on commit b705d2d

Please sign in to comment.