diff --git a/AGENTS.md b/AGENTS.md index 7e6119bc8..8c5e2383d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index fee91cf29..ed6420d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"