Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a doc link by properly marking Vec<String>
warning: unclosed HTML tag `String` --> src/env.rs:44:97 | 44 | /// A list of keys which should always be parsed as a list. If not set you can have only Vec<String> or String (not both) in one environment. | ^^^^^^^^ | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default help: try marking as source code | 44 | /// A list of keys which should always be parsed as a list. If not set you can have only `Vec<String>` or String (not both) in one environment. | + + Signed-off-by: Ian Jackson <[email protected]>
- Loading branch information