Rustup to rust-lang/rust#66942
This commit is contained in:
parent
c807fbc8ba
commit
a4c201e6b4
36 changed files with 139 additions and 131 deletions
|
@ -190,7 +190,7 @@ fn lint_for_missing_headers<'a, 'tcx>(
|
|||
cx: &LateContext<'a, 'tcx>,
|
||||
hir_id: hir::HirId,
|
||||
span: impl Into<MultiSpan> + Copy,
|
||||
sig: &hir::FnSig,
|
||||
sig: &hir::FnSig<'_>,
|
||||
headers: DocHeaders,
|
||||
) {
|
||||
if !cx.access_levels.is_exported(hir_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue