about summary refs log tree commit diff
path: root/tests/ui/patchable-function-entry/patchable-function-entry-flags.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-01-04 15:53:14 +0000
committerbors <bors@rust-lang.org>2024-01-04 15:53:14 +0000
commit52ae2626f9b3e193314affb0f0cb034793942b67 (patch)
tree440770365505e0080ae46b31bd2333253b13b287 /tests/ui/patchable-function-entry/patchable-function-entry-flags.rs
parent0bf0b88035563973405676601fde107b84ca3d0c (diff)
parent9dcf92649cc3bf4b5152545286ef3be74c196fa4 (diff)
downloadrust-52ae2626f9b3e193314affb0f0cb034793942b67.tar.gz
rust-52ae2626f9b3e193314affb0f0cb034793942b67.zip
Auto merge of #12088 - granddaifuku:fix/metadata-collector-lint-listing, r=Manishearth
fix: metadata-collector lists wrong affected lints

fixes #12042

This PR addresses the issue where the `metadata collector` incorrectly generates the `Affected Lints` section when a comma is included in the configuration documentation.

I made adjustments; however, if the `/// Lint: SOMETHING` section ends with `.` it always produces the correct output.
For example,
```rust
/// Lint: PUB_UNDERSCORE_FIELDS
```
should be
```rust
/// Lint: PUB_UNDERSCORE_FIELDS.
```

changelog: none
Diffstat (limited to 'tests/ui/patchable-function-entry/patchable-function-entry-flags.rs')
0 files changed, 0 insertions, 0 deletions