summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-06-28 06:27:06 +0200
committerMartin Nordholts <enselic@gmail.com>2021-06-28 07:10:30 +0200
commit073b9968c078788a2c95f87c1c888ea824dbbc6e (patch)
tree794c41fc6ef025801352354264ebde5a93a8ce71 /.gitignore
parentd3aa17ae7704060bb3dbcf2765799e2f41d24ef6 (diff)
pretty_printer.rs: Don't use a URL as an example Input title
Otherwise Rust 1.53.0 gets confused during `cargo doc` because it thinks we want an actual URL: warning: this URL is not a hyperlink --> src/pretty_printer.rs:331:40 | 331 | /// The title for the input (e.g. "http://example.com/example.txt") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://example.com/example.txt>` | = note: `#[warn(rustdoc::bare_urls)]` on by default = note: bare URLs are not automatically turned into clickable links It was perhaps also a bit confusing to give an URL as an example in the first place, because according to our own API example `examples/inputs.rs` it is meant to be more a free-text thing.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions