Skip to content

Commit a707381

Browse files
lcnrHavvy
authored andcommitted
Update src/trait-bounds.md
Co-authored-by: Ryan Scheel <Ryan.havvy@gmail.com>
1 parent c0c23b8 commit a707381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trait-bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ fn call_on_ref_zero<F>(f: F) where F: for<'a> Fn(&'a i32) {
158158

159159
## Implied bounds
160160

161-
Lifetime bounds required for types to be well-formed are sometimes inferred by the compiler.
161+
Lifetime bounds required for types to be well-formed are sometimes inferred.
162162

163163
```rust
164164
fn requires_t_outlives_a<'a, T>(x: &'a T) {}

0 commit comments

Comments
 (0)