A bunch of unit tests for assist
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user