# File lib/vcr/http_stubbing_adapters/excon.rb, line 41
      def restore_stubs_checkpoint(cassette)
        match_attributes_stack.pop
        @stub_queues = checkpoints.delete(cassette) || super
      end