We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8322e7 commit 21d14b7Copy full SHA for 21d14b7
clang-tools-extra/docs/clang-tidy/checks/misc/coroutine-hostile-raii.rst
@@ -45,7 +45,7 @@ Options
45
46
A semicolon-separated list of qualified types which should not be allowed to
47
persist across suspension points.
48
- Eg: `my::lockable;a::b;::my::other::lockable;`
+ Eg: `my::lockable;a::b;::my::other::lockable`
49
The default value of this option is `std::lock_guard;std::scoped_lock`.
50
51
.. option:: AllowedAwaitablesList
0 commit comments