Skip to content

Simplify the README - #178

Merged
ejj merged 2 commits into
mainfrom
ejj/readme
Aug 10, 2026
Merged

Simplify the README#178
ejj merged 2 commits into
mainfrom
ejj/readme

Conversation

@ejj

@ejj ejj commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

No description provided.

ejj added 2 commits August 10, 2026 10:30
Rust 1.97 promoted clippy::manual_assert_eq to the pedantic group. The
repo denies pedantic, so `cargo local` fails on current main whenever
the new toolchain is in use.

This commit rewrites the two `assert!(a == b)` invariants in
`endor::types` as `assert_eq!`, and updates the matching
`#[should_panic(expected = ...)]` test to the new panic message that
`assert_eq!` emits ("assertion `left == right` failed"). The change is
split out from larger in-progress work so it can land first and
unblock the toolchain bump.
@ejj
ejj merged commit aa323cd into main Aug 10, 2026
1 check passed
@ejj
ejj deleted the ejj/readme branch August 10, 2026 20:11
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