Move shebang into its own subchapter

In rust-lang/reference#2192, we extended our documentation about
shebangs but kept it in Input Format under a section on shebang
removal.  But really, this section is mostly now about documenting
what a shebang is, for our purposes.

Let's separate this out into a new subchapter.

We'll keep the rule about shebang removal in Input Format; it can link
to Shebang for a description of what a shebang is, its grammar, etc.

This follows the pattern that we'll similarly be using for
frontmatter.
4 files changed
tree: b357f434ba02eb45e47cf6c53582ebdb34dd7f2c
  1. .cargo/
  2. .github/
  3. dev-guide/
  4. docs/
  5. src/
  6. theme/
  7. tools/
  8. .gitattributes
  9. .gitignore
  10. book.toml
  11. Cargo.lock
  12. Cargo.toml
  13. CONTRIBUTING.md
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. README.md
  17. reference.md
  18. rust-toolchain.toml
  19. rustfmt.toml
  20. triagebot.toml
README.md

The Rust Language Reference

This document is the primary reference for the Rust programming language.

Contributor docs

See the Reference Developer Guide for information on contributing to the Reference.