Michael Krasnitski
Michael Krasnitski
I think I agree with the idea of moving the `builder` feature gate, to mirror how the `model` feature gate is used presently. The builder methods are useful if you...
Scratch what I said in my earlier comment; since builder fields are private, there isn't really any other way to instantiate them than with the builder methods. Therefore, exposing the...
I think doing so would adversely affect the field enforcement we already do, for little or no overall benefit to most users. I think a little bit of codegen is...
I made my best attempt not to touch any of the caching logic, just simplifying and cleaning things up. I tested with some example bots and it seems to work...
Going to split this up into two separate PRs. Closing for now.
Rust 1.64 brought some new lints, particularly one showstopper that I already addressed in #2174. But, as it stands, feel free to fix the rest with additional commits to this...
@kangalioo Thoughts on the suggested changes?
I think you missed `warn(unused)`, unless it's implied by something else.
What was your stderr? Also, try running with `RUST_BACKTRACE=full`.