mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Fix or suppress clang-tidy warnings (#8254)
This commit is contained in:
@@ -322,6 +322,7 @@ class JSpanBase {
|
||||
}
|
||||
}
|
||||
|
||||
// NOLINTNEXTLINE(google-explicit-constructor)
|
||||
operator std::span<T, Size>() const { return array(); }
|
||||
|
||||
std::span<T, Size> array() const {
|
||||
|
||||
Reference in New Issue
Block a user