Skip to content

Commit f1f3eb0

Browse files
committed
fix: update bun.lock and remove unused mut
1 parent 5c170ca commit f1f3eb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bun.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "postgres_lsp",

xtask/codegen/src/generate_splinter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ fn generate_registry(rules: &BTreeMap<String, SqlRuleMetadata>) -> Result<()> {
371371
}
372372

373373
// Record the top-level category (which contains all groups)
374-
let mut record_calls = vec![quote! {
374+
let record_calls = vec![quote! {
375375
registry.record_category::<crate::rules::Splinter>();
376376
}];
377377

0 commit comments

Comments
 (0)