Skip to content

Commit a571428

Browse files
Remove invalid clippy supressed warning on translate_to
1 parent 20996d0 commit a571428

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

anise/src/ephemerides/translations.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ impl Almanac {
178178
/// Translates the provided Cartesian state into the requested observer frame
179179
///
180180
/// **WARNING:** This function only performs the translation and no rotation _whatsoever_. Use the `transform_to` function instead to include rotations.
181-
#[allow(clippy::too_many_arguments)]
182181
pub fn translate_to(
183182
&self,
184183
state: CartesianState,

0 commit comments

Comments
 (0)