Skip to content

v0.11.2

Latest
Compare
Choose a tag to compare
@Robbepop Robbepop released this 07 Nov 10:09
· 1 commit to master since this release
v0.11.2
b24388c

0.11.2 (2020-11-07)

  • Fixed a bug that all but the first #[skip(..)] attribute for a bitfield were ignored despite proper error handling.
    E.g. when flagging a field with #[skip(getters)] #[skip(setters)] the #[skip(setters)] was ignored.