mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-06 00:31:48 +00:00
* Allow single-field named structs to be transparent This more closely matches the criteria for e.g. #[repr(transparent)] and #[serde(transparent)]. * Add tests, fix error messages