Skip to content

Commit

Permalink
Remove accidental leading empty line in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
fmease authored Jan 26, 2025
1 parent 684424a commit 3ffcf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/early_late_parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ If the lifetime parameter on `foo` was late bound this would be able to compile
```rust
# fn foo<'a: 'a>(b: &'a String) -> &'a String { b }
# fn bar<'a>(b: &'a String) -> &'a String { b }

#
// Early bound parameters are instantiated here, however as `'a` is
// late bound it is not provided here.
let b = bar;
Expand Down

0 comments on commit 3ffcf60

Please sign in to comment.