Run cargo fmt.

This commit is contained in:
Crozet Sébastien 2020-11-20 17:52:32 +01:00
parent 2a3d98bff8
commit 57723ef8fb
3 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
#![cfg(feature = "arbitrary")] #![cfg(feature = "arbitrary")]
macro_rules! gen_tests( macro_rules! gen_tests(
($module: ident, $scalar: ty) => { ($module: ident, $scalar: ty) => {
mod $module { mod $module {

View File

@ -1,6 +1,5 @@
#![cfg(feature = "arbitrary")] #![cfg(feature = "arbitrary")]
macro_rules! gen_tests( macro_rules! gen_tests(
($module: ident, $scalar: ty) => { ($module: ident, $scalar: ty) => {
mod $module { mod $module {

View File

@ -1,6 +1,5 @@
#![cfg(feature = "arbitrary")] #![cfg(feature = "arbitrary")]
macro_rules! gen_tests( macro_rules! gen_tests(
($module: ident, $scalar: ty) => { ($module: ident, $scalar: ty) => {
mod $module { mod $module {