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