Files
nixpkgs/pkgs/servers/sql/postgresql/ext/pgvecto-rs
Diogo Correia 3cdfa9471c postgresqlPackages.pgvecto-rs: fix build with rust 1.89
The `dangerous_implicit_autorefs` lint now causes a compile error [1],
which breaks pgvecto-rs.
This commit forces the lint to only throw a warning.

[1]: https://github.com/rust-lang/rust/pull/141661
2025-08-22 19:27:39 +01:00
..