Skip to content
Success

Changes

Summary

  1. Add missing `item-attribute` rule for `let-binding` in documentation of attributes (#14077) (commit: 48efc58) (details)
Commit 48efc58d67242349af56ae91944e3052c6cbd26b by noreply
Add missing `item-attribute` rule for `let-binding` in documentation of attributes (#14077)

This reflects the grammar in
https://github.com/ocaml/ocaml/blob/8761443617f229d5fe683ed2570aa79c8d64348a/parsing/parser.mly#L2742-L2759
and without this rule, the documentation doesn't account for forms like

```
let foo = bar
[@@bax]
```
(commit: 48efc58)
The file was modifiedmanual/src/refman/extensions/attributes.etex (diff)
The file was modifiedChanges (diff)