[core] Make Shape::is_promotable() const
This commit is contained in:
parent
b4536ffbe3
commit
7d3fd4b20a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,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