From 064a51ffcada077b4bbe246a403f4bdf40eb7a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20D=C3=B6nszelmann?= Date: Wed, 22 Jan 2025 12:14:48 +0100 Subject: [PATCH] reword reference about inert attributes --- src/attributes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/attributes.md b/src/attributes.md index eab318c5e..af3285edc 100644 --- a/src/attributes.md +++ b/src/attributes.md @@ -195,9 +195,8 @@ An attribute is either active or inert. During attribute processing, *active attributes* remove themselves from the thing they are on while *inert attributes* stay on. -The [`cfg`] and [`cfg_attr`] attributes are active. The [`test`] attribute is -inert when compiling for tests and active otherwise. [Attribute macros] are -active. All other attributes are inert. +The [`cfg`] and [`cfg_attr`] attributes are active. +[Attribute macros] are active. All other attributes are inert. r[attributes.tool] ## Tool attributes