[NFC] Attempting to fix sphinx build failure with badly encoded characters from incoming patch.

This commit is contained in:
Mitchell Balan 2019-11-19 11:13:27 -05:00
parent c9edaa828e
commit 62871305c2
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ Improvements to clang-tidy
<clang-tidy/checks/readability-redundant-member-init>` check.
The check now supports the ``IgnoreBaseInCopyConstructors`` option to avoid
`"base class \Foo\ should be explicitly initialized in the copy constructor"`
`"base class 'Foo' should be explicitly initialized in the copy constructor"`
warnings or errors with ``gcc -Wextra`` or ``gcc -Werror=extra``.
- The :doc:`readability-redundant-string-init