-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple pool test changes #159
Conversation
act_nest, | ||
missions::{ | ||
action::{ | ||
ActionChain, ActionConcurrent, ActionConditional, ActionDataConditional, |
Check warning
Code scanning / clippy
unused imports: ActionConditional and ToVec Warning
ActionSequence, ActionWhile, TupleSecond, | ||
}, | ||
basic::DelayAction, | ||
extra::{AlwaysTrue, CountFalse, CountTrue, IsSome, OutputType, Terminal, ToVec}, |
Check warning
Code scanning / clippy
unused imports: ActionConditional and ToVec Warning
action::{ActionConcurrentSplit, ActionDataConditional, ActionSelect}, | ||
basic::descend_depth_and_go_forward, | ||
extra::{AlwaysFalse, AlwaysTrue, Terminal}, | ||
meb::WaitArm, |
Check warning
Code scanning / clippy
unused imports: Stability1Adjust, Stability1Movement, Stability1Pos, and meb::WaitArm Warning
extra::{AlwaysFalse, AlwaysTrue, Terminal}, | ||
meb::WaitArm, | ||
movement::{ | ||
AdjustType, ClampX, FlipX, ReplaceX, SetSideBlue, SetSideRed, SetY, Stability1Adjust, |
Check warning
Code scanning / clippy
unused imports: Stability1Adjust, Stability1Movement, Stability1Pos, and meb::WaitArm Warning
meb::WaitArm, | ||
movement::{ | ||
AdjustType, ClampX, FlipX, ReplaceX, SetSideBlue, SetSideRed, SetY, Stability1Adjust, | ||
Stability1Movement, Stability1Pos, |
Check warning
Code scanning / clippy
unused imports: Stability1Adjust, Stability1Movement, Stability1Pos, and meb::WaitArm Warning
pub fn new() -> Self { | ||
Self { | ||
value: T::default(), | ||
} | ||
} |
Check warning
Code scanning / clippy
you should consider adding a Default implementation for SetSideRed<T> Warning
pub fn new() -> Self { | ||
Self { | ||
value: T::default(), | ||
} | ||
} |
Check warning
Code scanning / clippy
you should consider adding a Default implementation for SetSideBlue<T> Warning
pub const fn new() -> Self { | ||
Self {} | ||
} |
Check warning
Code scanning / clippy
you should consider adding a Default implementation for SideIsRed Warning
pub const fn new() -> Self { | ||
Self { | ||
inner: Stability2Adjust::const_default(), | ||
} | ||
} |
Check warning
Code scanning / clippy
you should consider adding a Default implementation for SideMult Warning
for Norm<T, U, V> | ||
{ | ||
fn modify(&mut self, input: &Vec<VisualDetection<U, V>>) { | ||
self.detections = input.clone(); |
Check warning
Code scanning / clippy
assigning the result of Clone::clone() may be inefficient Warning
No description provided.