[board] Declare Board::flags() pub(crate) instead of pub
This commit is contained in:
parent
26ae79e17d
commit
3785502ea0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ impl Board {
|
|||
}
|
||||
|
||||
#[must_use]
|
||||
pub(crate) fn flags(&self) -> &Flags {
|
||||
pub fn flags(&self) -> &Flags {
|
||||
&self.flags
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue