=================================== Rule ``combine_consecutive_unsets`` =================================== Calling ``unset`` on multiple items should be done in one call. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New `_