Merge commit '97a5daa659
' into clippyup
This commit is contained in:
parent
dda2aef64f
commit
fb0142ae41
223 changed files with 3261 additions and 1687 deletions
|
@ -281,7 +281,7 @@ pub fn snippet_block_with_applicability<'a, T: LintContext>(
|
|||
/// correctly get a snippet of `vec![]`.
|
||||
///
|
||||
/// This will also return whether or not the snippet is a macro call.
|
||||
pub fn snippet_with_context(
|
||||
pub fn snippet_with_context<'a>(
|
||||
cx: &LateContext<'_>,
|
||||
span: Span,
|
||||
outer: SyntaxContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue