Skip to content

Commit

Permalink
chore: remove an unnecessary example
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed Dec 26, 2024
1 parent 268fd04 commit 75a7635
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions games/src/interface/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,20 +476,6 @@ pub(crate) use representable_type;
/// bitboard_type generates a new BitBoard with the given type as its base
/// representation. The base type must implement num_traits::int::PrimInt so
/// that the BitBoardType trait can be implemented.
///
/// # Examples
///
/// ```
/// bitboard_type! {
/// BitBoardTypeName: u64 {
/// Square = OurSquareType;
/// Empty = OurEmptyBitBoard;
/// Universe = OurUniverseBitBoard;
/// FirstFile = OurFirstFileBitBoard;
/// FirstRank = OurFirstRankBitBoard;
/// }
/// }
/// ```
macro_rules! set_type {
($(#[doc = $doc:expr])* $name:tt<$sq:tt>: $typ:tt) => {
$(#[doc = $doc])*
Expand Down

0 comments on commit 75a7635

Please sign in to comment.