Skip to content

Commit c5aef21

Browse files
authored
Merge pull request sfackler#1080 from JamesGuthrie/patch-1
fix code block
2 parents cc93651 + 863c1d6 commit c5aef21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

postgres-types/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@
168168
//! 'Happy'
169169
//! );
170170
//! ```
171+
//!
172+
//! ```rust
171173
//! #[postgres(allow_mismatch)]
172174
//! enum Mood {
173175
//! Happy,

0 commit comments

Comments
 (0)