rust-marker / marker

An experimental linting interface for Rust. Let's make custom lints a reality
https://rust-marker.github.io/marker/
Other
144 stars 11 forks source link

API: Rename `CallExpr::operand` -> `CallExpr::func`; `*::pattern` -> `*::pat` #309

Closed xFrednet closed 1 year ago

xFrednet commented 1 year ago

Some smaller breaking changes before v0.4.0 probably best summarized by the changelog entry:

Yeah, and that's it :D


I also moved the semver check higher in our CI file. I thought about making it the first item, but I feel like the others are still more important and should be the first visible CI checks. Having semver higher up is already a nice change :)


Closes https://github.com/rust-marker/marker/issues/297

Closes https://github.com/rust-marker/marker/issues/295

xFrednet commented 1 year ago

Good call, I forgot about that. Thanks!