diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-02-11 09:22:52 +0100 |
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2024-03-22 06:31:51 +0100 |
| commit | 82c2c8deb1fb7640fedfbc49b5647957a1d572db (patch) | |
| tree | 2a143c231f11041fd227262c1c650f7b7bd025ea /src/tools/clippy/tests/ui | |
| parent | 05d48b936f3733ff1d64de91a47465682603b133 (diff) | |
| download | rust-82c2c8deb1fb7640fedfbc49b5647957a1d572db.tar.gz rust-82c2c8deb1fb7640fedfbc49b5647957a1d572db.zip | |
Update (doc) comments
Several (doc) comments were super outdated or didn't provide enough context. Some doc comments shoved everything in a single paragraph without respecting the fact that the first paragraph should be a single sentence because rustdoc treats these as item descriptions / synopses on module pages.
Diffstat (limited to 'src/tools/clippy/tests/ui')
| -rw-r--r-- | src/tools/clippy/tests/ui/crashes/ice-6179.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/crashes/ice-6179.rs b/src/tools/clippy/tests/ui/crashes/ice-6179.rs index fffc0f7d0d4..91160eef03d 100644 --- a/src/tools/clippy/tests/ui/crashes/ice-6179.rs +++ b/src/tools/clippy/tests/ui/crashes/ice-6179.rs @@ -1,5 +1,5 @@ //! This is a minimal reproducer for the ICE in https://github.com/rust-lang/rust-clippy/pull/6179. -//! The ICE is mainly caused by using `hir_ty_to_ty`. See the discussion in the PR for details. +//! The ICE is mainly caused by using `lower_ty`. See the discussion in the PR for details. #![warn(clippy::use_self)] #![allow(dead_code, clippy::let_with_type_underscore)] |
