dbc-codegen icon indicating copy to clipboard operation
dbc-codegen copied to clipboard

Explicit overflow behavior

Open killercup opened this issue 4 years ago • 0 comments

We can use #![deny(clippy::integer_arithmetic)] to make all overflow handling explicit.

  • [ ] add lints to generated code
  • [ ] return errors on overflow or decide why not
  • [x] add lints to library code

killercup avatar Mar 20 '21 13:03 killercup