You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ Add missing asserts, where an expression statement was by itself
that was intended as an assertion. This turned out to be the case
in the places `@NoEffect` appeared in rendered documentation,
making it so no per-file-ignores or other broadened suppressions
were needed.
+ Fix misspellings (including one case affecting documentation).
+ Add a FIXME comment for investigating a free-standing expression
statement with no obvious side effects that may have been meant
as an assertion but would fail if turned into one.
0 commit comments