about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-10-19 14:20:14 -0400
committerJoshua Nelson <jyn514@gmail.com>2020-11-05 12:55:10 -0500
commiteed0cebea3d16d82f5517e17ab498b340001fe01 (patch)
tree22102d08888004b2fe3a9ab404d0e741e2f6c244 /src/test/codegen/src-hash-algorithm
parentf2bbdd0a3257cc980c934a92c5bf9808cf31728c (diff)
downloadrust-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')
0 files changed, 0 insertions, 0 deletions