Skip to content

Commit

Permalink
remove rust warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Jul 4, 2024
1 parent 3937feb commit 73f29a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/src/renderable/image/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pub mod grid;
pub mod subdivide_texture;

use std::cmp::Ordering;
use std::f64::consts::PI;
use std::fmt::Debug;
use std::marker::Unpin;
use std::vec;
Expand Down Expand Up @@ -373,7 +372,6 @@ impl Image {

// ra and dec must be given in ICRS coo system
let center = {
use crate::LonLatT;
let center: LonLatT<_> = center.into();
let center =
crate::coosys::apply_coo_system(image_coo_sys, CooSystem::ICRS, &center.vector());
Expand Down

0 comments on commit 73f29a5

Please sign in to comment.