automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-03-22 22:54:48 +00:00 committed by github-actions[bot]
parent 98cb455a3c
commit 7660f53b01
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
use std::fmt::Debug; use std::fmt::Debug;
pub trait Benchmark: Clone + Sized + Debug { pub trait Benchmark: Clone + Sized + Debug {}
}