update ignore
This commit is contained in:
@@ -37,7 +37,7 @@ impl<F> Recording<F> {
|
||||
pub fn push(&mut self, ite: RecordedFrame<F>) {
|
||||
self.frames.push(ite);
|
||||
}
|
||||
pub fn check_frame_need_record(ite: RecordedFrame<F>) {}
|
||||
pub fn check_frame_need_record(_ite: RecordedFrame<F>) {}
|
||||
}
|
||||
|
||||
pub trait CsvExporter<F> {
|
||||
|
||||
Reference in New Issue
Block a user