mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 00:59:10 +00:00
It fails if the model contains a float, which don't implement Eq. Fix for bug introduced in #3309. We really need to improve the testing of the rust generator to catch this sort of mistake in future. I don't have time to do this now, though.