mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Remove some dead-code pragmas. (#137)
This commit is contained in:
@ -57,7 +57,6 @@ impl std::fmt::Debug for Tensor {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
/// Options for Tensor pretty printing
|
||||
pub struct PrinterOptions {
|
||||
precision: usize,
|
||||
|
Reference in New Issue
Block a user