Skip to content

Commit e766034

Browse files
XAMPPRockyeopb
andauthored
Update posts/2021-03-25-Rust-1.51.0.md
Co-authored-by: Ethan Brierley <ethanboxx@gmail.com>
1 parent 8733a2f commit e766034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2021-03-25-Rust-1.51.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct FixedArray<T> {
4040

4141
If we then use `FixedArray<u8>`, the compiler will make a monomorphic version of `FixedArray` that looks like:
4242

43-
```
43+
```rust
4444
struct FixedArray<u8> {
4545
list: [u8; 32]
4646
}

0 commit comments

Comments
 (0)