Skip to content

Commit

Permalink
Merge pull request diesel-rs#2354 from abreis/fix-uuid-link
Browse files Browse the repository at this point in the history
Fix a broken link to Uuid
  • Loading branch information
weiznich authored Apr 9, 2020
2 parents 1ddd13d + 5040fc8 commit 537eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/pg/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pub mod sql_types {
///
/// [`ToSql`]: ../../../serialize/trait.ToSql.html
/// [`FromSql`]: ../../../deserialize/trait.FromSql.html
/// [Uuid]: https://doc.rust-lang.org/uuid/uuid/struct.Uuid.html
/// [Uuid]: https://docs.rs/uuid/*/uuid/struct.Uuid.html
#[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
#[postgres(oid = "2950", array_oid = "2951")]
pub struct Uuid;
Expand Down

0 comments on commit 537eb5d

Please sign in to comment.