diff --git a/wpilibc/src/main/native/include/frc/geometry/Rotation2d.h b/wpilibc/src/main/native/include/frc/geometry/Rotation2d.h index 58059a62d5..37bc295c30 100644 --- a/wpilibc/src/main/native/include/frc/geometry/Rotation2d.h +++ b/wpilibc/src/main/native/include/frc/geometry/Rotation2d.h @@ -28,7 +28,7 @@ class Rotation2d { * * @param value The value of the angle in radians. */ - explicit Rotation2d(units::radian_t value); + Rotation2d(units::radian_t value); // NOLINT(runtime/explicit) /** * Constructs a Rotation2d with the given x and y (cosine and sine)