]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_borrowck/src/session_diagnostics.rs
Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Tue, 17 Jan 2023 15:03:03 +0000 (20:33 +0530)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 15:03:03 +0000 (20:33 +0530)
commitf91f369949588d74e35fabbf775db3757d5b206d
tree8eb6db9423d33100c47b67081dd25e88e391875f
parent09faa266dac3a7e85f57a7b02e9ee181076207b7
parent9d74bb832f2529535a9896ba0ff2797679907415
Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr

Fix unused_parens issue for higher ranked function pointers

fixes #105061

r? `@lcnr`
compiler/rustc_lint/src/unused.rs