Remove some dead-code pragmas. (#137)

This commit is contained in:
Laurent Mazare
2023-07-11 09:33:59 +01:00
committed by GitHub
parent ae79c00e48
commit 674eb35e10
7 changed files with 3 additions and 44 deletions

View File

@ -57,7 +57,6 @@ impl std::fmt::Debug for Tensor {
}
}
#[allow(dead_code)]
/// Options for Tensor pretty printing
pub struct PrinterOptions {
precision: usize,