Add missing_panics_doc lint
This commit is contained in:
parent
f870876d92
commit
bde667af7e
16 changed files with 346 additions and 38 deletions
|
|
@ -110,7 +110,7 @@ pub fn span_lint_and_help<'a, T: LintContext>(
|
|||
pub fn span_lint_and_note<'a, T: LintContext>(
|
||||
cx: &'a T,
|
||||
lint: &'static Lint,
|
||||
span: Span,
|
||||
span: impl Into<MultiSpan>,
|
||||
msg: &str,
|
||||
note_span: Option<Span>,
|
||||
note: &str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue