You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use #[diesel::dsl::auto_type] in some places (#8970)
This commit replaces some of the manual written type aliases by
`#[diesel::dsl::auto_type]` which just generates the correct return type
based on the function content. This hopefully removes some complexity
from the database code.
0 commit comments