Fix nightly CI dead_code warnings
This commit is contained in:
parent
fedb86ea5a
commit
8936fe1acd
4 changed files with 1 additions and 19 deletions
|
|
@ -83,14 +83,6 @@ impl FrameExtents {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct LogicalFrameExtents {
|
||||
pub left: f64,
|
||||
pub right: f64,
|
||||
pub top: f64,
|
||||
pub bottom: f64,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum FrameExtentsHeuristicPath {
|
||||
Supported,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue