Closed
Description
Hi, I noticed that a few sections within the nomicon overlap with that of the reference.
For instance, coercions:
- https://doc.rust-lang.org/reference/type-coercions.html#type-coercions
- https://doc.rust-lang.org/nomicon/coercions.html?#coercions
and the method call operator:
https://doc.rust-lang.org/reference/expressions/method-call-expr.html?#method-call-expressions
https://doc.rust-lang.org/nomicon/dot-operator.html
Are these sections still necessary in the nomicon?