We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ef0b2 commit 3333882Copy full SHA for 3333882
text/0000-cfg-path-version.md
@@ -821,7 +821,8 @@ while not failing if the attribute did not exist.
821
822
Using `has_attr` in a `cfg` block may be useful for conditionally compiling
823
code that only makes sense if a given attribute exists (e.g. `global_allocator`),
824
-while using `has_attr` in a `cfg_attr` block may be useful for adding an attribute to an item if supported but still support compilers that don't
+while using `has_attr` in a `cfg_attr` block may be useful for adding an
825
+attribute to an item if supported but still support compilers that don't
826
support that attribute.
827
828
As previously discussed, currently, the names of feature gates do not tend to
0 commit comments