Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cargo test # Default suite (also: just test

## Commits, Pull Requests, and Changelog

- Use `gh stack` to create pull request stacks.
- Use `gh stack` when creating a stack of pull requests.
- PR titles use [Conventional Commits](https://www.conventionalcommits.org): `type(scope): summary`, with optional scope.
- AI-assisted commits require a `Co-authored-by:` trailer naming the actual model and version.
- PR descriptions require a `Motivation` section. Ask before creating the PR only if the request and context do not establish its motivation. Do not add `Validation`, `Test plan`, or similar sections.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.89.0"
[workspace.lints.rust]
absolute_paths_not_starting_with_crate = "warn"
non_ascii_idents = "warn"
unit-bindings = "warn"
unit_bindings = "warn"
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)', 'cfg(coverage_nightly)'] }
tail_expr_drop_order = "warn"
unsafe_op_in_unsafe_fn = "warn"
Expand Down
Loading