limited visibility of method from_bitmovetype from enum MoveType to pub(in super)
This commit is contained in:
@@ -11,7 +11,7 @@ pub enum MoveType {
|
||||
}
|
||||
|
||||
impl MoveType {
|
||||
pub fn from_bitmovetype(move_type: BitMoveType) -> Self {
|
||||
pub(in super) fn from_bitmovetype(move_type: BitMoveType) -> Self {
|
||||
return match move_type {
|
||||
BitMoveType::Quiet => Self::Quiet,
|
||||
BitMoveType::Capture => Self::Capture,
|
||||
|
||||
Reference in New Issue
Block a user