fmt
This commit is contained in:
parent
f97a594635
commit
1b3da8585e
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ use crate::bitboard::*;
|
|||
macro_rules! container {
|
||||
($v:vis, $a:ident, $b:ident, $n:literal) => {
|
||||
#[doc = "Container with values for each [`"]
|
||||
#[doc = stringify!($a)]
|
||||
#[doc = "`]."]
|
||||
#[doc = stringify!($a)]
|
||||
#[doc = "`]."]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
$v struct $b<T>(pub(crate) [T; $n]);
|
||||
#[allow(unused)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue