Replace most panics in the core library with results
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -101,6 +101,7 @@ impl ValueIdentifiable for LearnedMove {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[allow(clippy::unwrap_used)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::static_data::tests::MockMoveData;
|
||||
|
||||
Reference in New Issue
Block a user