mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
format code in solutions/generics-traits/const-generics.md
This commit is contained in:
@ -14,7 +14,7 @@ fn main() {
|
||||
data: [1, 2, 3],
|
||||
},
|
||||
Array {
|
||||
data: [1, 2,4]
|
||||
data: [1, 2, 4]
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user