Skip to content

Commit 3333882

Browse files
committed
rfc, cfg-path-version: fix word wrap.
1 parent 16ef0b2 commit 3333882

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/0000-cfg-path-version.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,8 @@ while not failing if the attribute did not exist.
821821

822822
Using `has_attr` in a `cfg` block may be useful for conditionally compiling
823823
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
824+
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
825826
support that attribute.
826827

827828
As previously discussed, currently, the names of feature gates do not tend to

0 commit comments

Comments
 (0)