Skip to content

Commit 0de8337

Browse files
committed
Remove stray comma from info string
There was a stray comma on this info string. Let's remove it.
1 parent 845ec96 commit 0de8337

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
@@ -276,7 +276,7 @@ r[asm.attributes]
276276
r[asm.attributes.supported-attributes]
277277
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

279-
```rust,
279+
```rust
280280
# fn main() {}
281281
# #[cfg(target_arch = "x86_64")]
282282
core::arch::global_asm!(

0 commit comments

Comments
 (0)