summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8496.false_positive
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/8496.false_positive')
-rw-r--r--doc/whatsnew/fragments/8496.false_positive5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/whatsnew/fragments/8496.false_positive b/doc/whatsnew/fragments/8496.false_positive
deleted file mode 100644
index 3ea0fca6c..000000000
--- a/doc/whatsnew/fragments/8496.false_positive
+++ /dev/null
@@ -1,5 +0,0 @@
-``unnecessary-lambda`` no longer warns on lambdas which use its parameters in
-their body (other than the final arguments), e.g.
-``lambda foo: (bar if foo else baz)(foo)``.
-
-Closes #8496