Add a single debug derive to lib
This commit is contained in:
parent
5aa29ff836
commit
9fff3608d6
|
|
@ -13,6 +13,7 @@ use crate::transfer_region::{CustomRegion, Region, TransferRegion};
|
|||
|
||||
use std::collections::{HashSet, HashMap};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct AutoOutput {
|
||||
pub sources: Vec<PlateInstance>,
|
||||
pub destinations: Vec<PlateInstance>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue