Skip to content

Commit 6aa9a06

Browse files
committed
whoops
1 parent c693897 commit 6aa9a06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/Rust-1.89.0.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ pub const fn make_bitset<const LEN: usize>() -> [bool; _] {
4343
pub const MY_BITSET: [bool; _] = make_bitset::<10>();
4444
```
4545

46-
### Mismatched lifetimes syntax lint
47-
4846
### Mismatched lifetime syntaxes lint
4947

5048
[Lifetime elision][elision] in function signatures is an ergonomic aspect of the Rust language, but it can also be a stumbling point for newcomers and experts alike. This is especially true when lifetimes are inferred in types where it isn't syntactically obvious that a lifetime is even present:

0 commit comments

Comments
 (0)