make ByFile & ByRank public
This commit is contained in:
parent
1b3da8585e
commit
b733bd0b38
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ pub enum File {
|
|||
H,
|
||||
}
|
||||
|
||||
container!(pub(crate), File, ByFile, 8);
|
||||
container!(pub, File, ByFile, 8);
|
||||
|
||||
impl File {
|
||||
#[inline]
|
||||
|
|
@ -197,7 +197,7 @@ pub enum Rank {
|
|||
Eighth,
|
||||
}
|
||||
|
||||
container!(pub(crate), Rank, ByRank, 8);
|
||||
container!(pub, Rank, ByRank, 8);
|
||||
|
||||
impl Rank {
|
||||
#[inline]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue