Skip to content

Commit 3dcd4e3

Browse files
mark-i-mjyn514
andauthored
Remove unneeded hashmarks (#826)
Co-authored-by: Joshua Nelson <jyn514@gmail.com>
1 parent f08527c commit 3dcd4e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/serialization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ usually implemented by [derives]. These generate implementations that forward
3535
deserialization to the fields of the struct or enum. For a struct those impls
3636
look something like this:
3737

38-
```rust,ingore
39-
# #![feature(rustc_private)]
40-
# extern crate rustc_serialize;
41-
# use rustc_serialize::{Decodable, Decoder, Encodable, Encoder};
38+
```rust,ignore
39+
#![feature(rustc_private)]
40+
extern crate rustc_serialize;
41+
use rustc_serialize::{Decodable, Decoder, Encodable, Encoder};
4242
4343
struct MyStruct {
4444
int: u32,

0 commit comments

Comments
 (0)