diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-10-19 14:20:14 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2020-11-05 12:55:10 -0500 |
| commit | eed0cebea3d16d82f5517e17ab498b340001fe01 (patch) | |
| tree | 22102d08888004b2fe3a9ab404d0e741e2f6c244 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs | |
| parent | f2bbdd0a3257cc980c934a92c5bf9808cf31728c (diff) | |
| download | rust-eed0cebea3d16d82f5517e17ab498b340001fe01.tar.gz rust-eed0cebea3d16d82f5517e17ab498b340001fe01.zip | |
Recognize `private_intra_doc_links` as a lint
Previously, trying to allow this would give another error! ``` warning: unknown lint: `private_intra_doc_links` --> private.rs:1:10 | 1 | #![allow(private_intra_doc_links)] | ^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `broken_intra_doc_links` | = note: `#[warn(unknown_lints)]` on by default warning: public documentation for `DocMe` links to private item `DontDocMe` --> private.rs:2:11 | 2 | /// docs [DontDocMe] | ^^^^^^^^^ this item is private | = note: `#[warn(private_intra_doc_links)]` on by default = note: this link will resolve properly if you pass `--document-private-items` ```
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
0 files changed, 0 insertions, 0 deletions
