Skip to content

Commit 921222e

Browse files
committed
Remove stray comma
The sentence "Other attributes are parsed but rejected" has a two-part compound predicate; that is, the subject is used for two verbs, separated by a coordinating conjunction ("but"), and is not repeated. In these cases, a comma is omitted before the coordinating conjunction, so let's remove the comma.
1 parent a1fa462 commit 921222e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inline-assembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ r[asm.attributes]
274274
## Attributes
275275

276276
r[asm.attributes.supported-attributes]
277-
Only the [`cfg`] and [`cfg_attr`] attributes are accepted semantically on inline assembly template strings and operands. Other attributes are parsed, but rejected when the assembly macro is expanded.
277+
Only the [`cfg`] and [`cfg_attr`] attributes are accepted semantically on inline assembly template strings and operands. Other attributes are parsed but rejected when the assembly macro is expanded.
278278

279279
```rust
280280
# fn main() {}

0 commit comments

Comments
 (0)