Skip to content

Commit f600f0c

Browse files
authored
Update 0000-implied-bounds.md
1 parent 5c411de commit f600f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-implied-bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ fn debug_foo<U, T: Foo<Item = U>>(arg: U) {
233233
# Reference-Level Explanation
234234
[reference]: #reference
235235

236-
This design has already been experimented on [Chalk](https://github.com/nikomatsakis/chalk), to some extent. The current design has been driven by issue [#12], it is a good read to understand why we *need* to expand where clauses as described below.
236+
This is the fully-detailed design and you probably don't need to read everything. This design has already been experimented on [Chalk](https://github.com/nikomatsakis/chalk), to some extent. The current design has been driven by issue [#12], it is a good read to understand why we *need* to expand where clauses as described below.
237237

238238
We'll use the grammar from [RFC 1214] to detail the rules:
239239
```

0 commit comments

Comments
 (0)