Skip to content

Commit 5c67241

Browse files
committed
Group logic-related things under one section
I found the layout to be a bit inconsistent before. This groups anything that touches logic rules under "Lowering to logic". This might be crowding too many things under that section, but it makes more sense to me overall.
1 parent 34c9d3f commit 5c67241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
- [Goals and clauses](./traits/goals-and-clauses.md)
3939
- [Equality and associated types](./traits/associated-types.md)
4040
- [Implied bounds](./traits/implied-bounds.md)
41+
- [Well-formedness checking](./traits/wf.md)
4142
- [Region constraints](./traits/regions.md)
43+
- [The lowering module in rustc](./traits/lowering-module.md)
44+
- [Lowering rules](./traits/lowering-rules.md)
4245
- [Canonical queries](./traits/canonical-queries.md)
4346
- [Canonicalization](./traits/canonicalization.md)
44-
- [Lowering rules](./traits/lowering-rules.md)
45-
- [The lowering module in rustc](./traits/lowering-module.md)
46-
- [Well-formedness checking](./traits/wf.md)
4747
- [The SLG solver](./traits/slg.md)
4848
- [An Overview of Chalk](./traits/chalk-overview.md)
4949
- [Bibliography](./traits/bibliography.md)

0 commit comments

Comments
 (0)