Update change-notes/2020-05-18-redundant-recover.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
This commit is contained in:
Owen Mansel-Chan 2020-05-19 06:31:47 +01:00 коммит произвёл GitHub
Родитель 23a7db5d4d
Коммит 275be36e4a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,2 +1,2 @@
lgtm,codescanning lgtm,codescanning
* A new query go/redundant-recover has been added to detect redundant calls to recover. * A new query "Redundant call to recover" (`go/redundant-recover`) has been added. The query detects calls to `recover` that have no effect.