Skip to content

Commit 3fe5358

Browse files
committed
Add missing comma in alloc_system
1 parent ad56374 commit 3fe5358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/alloc_system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
target_arch = "mips",
1313
target_arch = "mips32r6",
1414
target_arch = "powerpc",
15-
target_arch = "csky"
15+
target_arch = "csky",
1616
target_arch = "powerpc64"))]
1717
const MIN_ALIGN: usize = 8;
1818
#[cfg(any(target_arch = "x86_64",

0 commit comments

Comments
 (0)