Skip to content

Commit 4bed546

Browse files
authored
Fix typo in .clang-tidy that left noexcept-swap disabled (#8349)
1 parent d5b1958 commit 4bed546

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.clang-tidy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Checks:
2121
# TODO: BEGIN REMOVE ME
2222
- '-*'
2323
- 'performance-*'
24-
- '-performance-noexcept-swap'
2524
- '-performance-enum-size'
2625
- '-performance-unnecessary-value-param'
2726
# END REMOVE ME

0 commit comments

Comments
 (0)