From 1354ed7432270bd0c2bfa138ddef72031d63cdc3 Mon Sep 17 00:00:00 2001 From: Redddy Date: Mon, 9 Mar 2026 10:11:42 +0900 Subject: [PATCH] Fix typo in feature gate check --- src/feature-gate-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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