[core] Make Shape::is_promotable() const
This commit is contained in:
parent
484fcf342e
commit
b3ff8dec49
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ impl Shape {
|
|||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn is_promotable(&self) -> bool {
|
||||
pub const fn is_promotable(&self) -> bool {
|
||||
matches!(self, Self::Knight | Self::Bishop | Self::Rook | Self::Queen)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue