We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c147e1b + f749a14 commit 4a8943eCopy full SHA for 4a8943e
text/2093-infer-outlives.md
@@ -50,7 +50,7 @@ Rust's complexity.
50
Experienced Rust users may have noticed that the compiler already
51
performs a similar seeming kind of inference in other settings. In
52
particular, in function definitions or impls, outlives requirements
53
-are rarely needed. This is due to the mechanism of known as *implied
+are rarely needed. This is due to the mechanism known as *implied
54
bounds* (also explained in more detail in the next section), which
55
allows a function (resp. impl) to infer outlives requirements based on
56
the types of its parameters (resp. input types):
0 commit comments