[board] Move piece! and position! macros to a new macros.rs module

This commit is contained in:
Eryn Wells 2024-01-19 17:51:57 -08:00
parent e56b3259e2
commit 2269df2ed9
5 changed files with 22 additions and 21 deletions

View file

@ -3,7 +3,6 @@
mod diagram_formatter;
mod flags;
mod pieces;
#[macro_use]
mod position;
pub use diagram_formatter::DiagramFormatter;