A bunch of unit tests for assist
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-07 13:32:14 +01:00
parent b9351d057e
commit 54f19cf73e
9 changed files with 307 additions and 20 deletions

View File

@@ -16,8 +16,7 @@ macro_rules! non_copyable {
}
pub fn can_copy_move(mv: &MoveData) -> bool {
// A list of all moves that cannot be copied. This expands to a match statement, so is fast on
// runtime.
// A list of all moves that cannot be copied. This expands to a match statement on the move name.
non_copyable!(
mv,
"assist",