mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-16 20:53:10 +00:00
fmt
This commit is contained in:
parent
585495d314
commit
a6931d4555
@ -145,7 +145,10 @@ impl TimingTree {
|
||||
|
||||
#[cfg(not(feature = "timing"))]
|
||||
pub fn print(&self) {
|
||||
log!(self.0, "TimingTree is not supported without the 'timing' feature enabled");
|
||||
log!(
|
||||
self.0,
|
||||
"TimingTree is not supported without the 'timing' feature enabled"
|
||||
);
|
||||
}
|
||||
|
||||
#[cfg(feature = "timing")]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user