Remove unreachable alternative in `OUTER_BLOCK_DOC` The only way to match the `NESTED_BLOCK_DOC_COMMENT` rule is for the string to start with `/`, but we've already ruled that out with a negative lookahead, making this alternative dead. Let's remove it.
This document is the primary reference for the Rust programming language.
See the Reference Developer Guide for information on contributing to the Reference.