Skip to content

Commit

Permalink
[clang-tidy][DOC] Fix syntax in coroutine-hostile-raii.rst
Browse files Browse the repository at this point in the history
Fix 'Bullet list ends without a blank line; unexpected unindent.
  • Loading branch information
PiotrZSL committed Oct 18, 2023
1 parent 1a21196 commit fea55db
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ you must do so without allowing the coroutine to suspend in the meantime.
Following types are considered as hostile:

- Scoped-lockable types: A scoped-lockable object persisting across a suspension
point is problematic as the lock held by this object could be unlocked by a
different thread. This would be undefined behaviour.
This includes all types annotated with the ``scoped_lockable`` attribute.
point is problematic as the lock held by this object could be unlocked by a
different thread. This would be undefined behaviour.
This includes all types annotated with the ``scoped_lockable`` attribute.

- Types belonging to a configurable denylist.

Expand Down

0 comments on commit fea55db

Please sign in to comment.