Skip to content

Commit

Permalink
remove ref to QueryId in README
Browse files Browse the repository at this point in the history
  • Loading branch information
adwhit committed Feb 17, 2023
1 parent 2213944 commit 33d0052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Then running `$ diesel migration run` will generate code something like:
// src/schema.rs -- autogenerated

pub mod sql_types {
#[derive(diesel::sql_types::SqlType, diesel::query_builder::QueryId)]
#[derive(diesel::sql_types::SqlType)]
#[diesel(postgres_type(name = "my_enum"))]
pub struct MyEnum;
}
Expand Down

0 comments on commit 33d0052

Please sign in to comment.