murarth / gumdrop

Rust option parser with custom derive support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use bullet points in gumdrop_derive docs

ssokolow opened this issue · comments

Currently, the gumdrop_derive docs on docs.rs look like this:

Screenshot_2020-06-13 gumdrop_derive 0 8 0 - Docs rs

...which makes it needlessly difficult to read them. The simplest solution is to add some bullet points.

It is using bullet points:

//! Supported items are:
//!
//! * `command` indicates that a field represents a subcommand. The field must

For some reason, docs.rs is applying list-style: none to list elements.

Ahh. Sorry about that. Docs.rs getting something so simple wrong and not getting called on it ages ago by some other crate publisher seemed like such an unbelievable possibility that I dismissed it without checking.

I'll check for a bug on their tracker when I have a few minutes.