mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-22 19:56:25 +00:00
fix(postgres): Revert lib.rs formatting to match main
Keep comment on separate line to match main branch format and avoid merge conflict in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
0791dbfaba
commit
4a1cfd0db3
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
#![allow(unexpected_cfgs)] // pgrx macros (pg12/pg13) and optional features (tokio)
|
||||
#![allow(dead_code)] // Stub implementations and future features
|
||||
#![allow(unused_variables)] // WIP function signatures
|
||||
#![allow(unused_mut)] // Variables prepared for future mutation
|
||||
#![allow(unused_mut)]
|
||||
// Variables prepared for future mutation
|
||||
// Allow clippy lints common in pgrx extensions and WIP code
|
||||
#![allow(clippy::all)] // Allow all clippy warnings for development
|
||||
#![allow(for_loops_over_fallibles)] // pgrx derive macro generates this pattern
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue