We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c23b8 commit a707381Copy full SHA for a707381
src/trait-bounds.md
@@ -158,7 +158,7 @@ fn call_on_ref_zero<F>(f: F) where F: for<'a> Fn(&'a i32) {
158
159
## Implied bounds
160
161
-Lifetime bounds required for types to be well-formed are sometimes inferred by the compiler.
+Lifetime bounds required for types to be well-formed are sometimes inferred.
162
163
```rust
164
fn requires_t_outlives_a<'a, T>(x: &'a T) {}
0 commit comments