parsers: correct cargo doc warnings
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
200147b551
commit
afcf9fb2d0
13 changed files with 36 additions and 34 deletions
|
|
@ -16,7 +16,7 @@ generate_element!(
|
|||
/// registered types, but unregistered or yet-to-be-registered are
|
||||
/// accepted too.
|
||||
///
|
||||
/// [1]: https://www.iana.org/assignments/media-types/media-types.xhtml
|
||||
/// [1]: <https://www.iana.org/assignments/media-types/media-types.xhtml>
|
||||
type_: Required<String> = "type"
|
||||
],
|
||||
text: (
|
||||
|
|
|
|||
Loading…
Reference in a new issue