diff --git a/src/feature-gate-check.md b/src/feature-gate-check.md index 59e50837c..038a14ac0 100644 --- a/src/feature-gate-check.md +++ b/src/feature-gate-check.md @@ -8,7 +8,7 @@ nightly-only `#![feature(...)]` opt-in. This chapter documents the implementation of feature gating: where gates are defined, how they are enabled, and how usage is verified. - + ## Feature Definitions