rustc: remove 'x: 'y bounds (except from comments/strings).
This commit is contained in:
parent
44fb88d252
commit
b25b466a88
154 changed files with 305 additions and 305 deletions
|
@ -20,7 +20,7 @@ pub fn check_code_block_syntax(krate: clean::Crate, cx: &DocContext<'_>) -> clea
|
|||
SyntaxChecker { cx }.fold_crate(krate)
|
||||
}
|
||||
|
||||
struct SyntaxChecker<'a, 'tcx: 'a> {
|
||||
struct SyntaxChecker<'a, 'tcx> {
|
||||
cx: &'a DocContext<'tcx>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue