diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2025-02-26 22:49:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-26 22:49:03 +0000 |
| commit | 52bf26e9ad2891fda366d2e7e90bbe96be0715e5 (patch) | |
| tree | 5df59a81d64e74bd5ae117a38bb42b3523e2cb38 | |
| parent | b583568e7265e325cecb20ce59b07c62233c5a09 (diff) | |
| parent | e9561289d6835bcb32f2c59aea81b77914e7e669 (diff) | |
| download | rust-52bf26e9ad2891fda366d2e7e90bbe96be0715e5.tar.gz rust-52bf26e9ad2891fda366d2e7e90bbe96be0715e5.zip | |
Remove obsolete TODO (#14304)
changelog: none
| -rw-r--r-- | clippy_lints/src/doc/lazy_continuation.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/doc/lazy_continuation.rs b/clippy_lints/src/doc/lazy_continuation.rs index 2577324f23d..8aeb835fe39 100644 --- a/clippy_lints/src/doc/lazy_continuation.rs +++ b/clippy_lints/src/doc/lazy_continuation.rs @@ -16,7 +16,6 @@ fn map_container_to_text(c: &super::Container) -> &'static str { } } -// TODO: Adjust the parameters as necessary pub(super) fn check( cx: &LateContext<'_>, doc: &str, |
