Skip to content

Commit 8e8be4c

Browse files
committed
Update paste syntax in seq in readme
1 parent a4686be commit 8e8be4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ seq!(N in 0..512 {
156156
#[derive(Copy, Clone, PartialEq, Debug)]
157157
pub enum Processor {
158158
#(
159-
Cpu#N,
159+
Cpu~N,
160160
)*
161161
}
162162
});

0 commit comments

Comments
 (0)