Skip to content

Commit 2976e9a

Browse files
authored
Merge branch 'main' into better-integration-tests
2 parents a433c23 + 794dbc5 commit 2976e9a

File tree

11 files changed

+377
-176
lines changed

11 files changed

+377
-176
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
For Rust code:
1212

1313
- Prefer `use` imports to fully qualified paths
14+
- Prefer named format arguments (e.g. `"{x}"`) over positional formatting (e.g. `"{}", x`)

0 commit comments

Comments
 (0)