Skip to content

chore: minor lints#2247

Open
nyurik wants to merge 1 commit intopgcentralfoundation:developfrom
nyurik:lints
Open

chore: minor lints#2247
nyurik wants to merge 1 commit intopgcentralfoundation:developfrom
nyurik:lints

Conversation

@nyurik
Copy link
Copy Markdown
Contributor

@nyurik nyurik commented Feb 11, 2026

I ran this just to see if clippy would flag anything:

cargo clippy --all-targets --workspace --fix --allow-dirty --features pg18 -- -W clippy::uninlined_format_args

I have a suspicion that a few of these are incorrect - i.e. type casting is not always guaranteed - but if so, there should be an #[allow(...)] to highlight that. I'll wait for the CI to pass first.

I ran this just to see if clippy would flag anything:

```
cargo clippy --all-targets --workspace --fix --allow-dirty --features pg18 -- -W clippy::uninlined_format_args
```

I have a suspicion that a few of these are incorrect - i.e. type casting is not always guaranteed - but if so, there should be an `#[allow(...)]` to highlight that.  I'll wait for the CI to pass first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant