Remove tests module
This commit is contained in:
parent
3b266cb94a
commit
14db74f212
7 changed files with 33 additions and 88 deletions
|
@ -6,9 +6,6 @@ pub mod piece;
|
|||
pub mod position;
|
||||
mod square;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
pub use moves::Move;
|
||||
pub use position::Position;
|
||||
pub use square::{File, Rank, Square};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue