mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
pr: remove unused asref implementations
This commit is contained in:
parent
b0bf3e7e0f
commit
a54fc7a4ba
1 changed files with 0 additions and 12 deletions
|
@ -91,12 +91,6 @@ struct FileLine {
|
|||
form_feeds_after: usize,
|
||||
}
|
||||
|
||||
impl AsRef<FileLine> for FileLine {
|
||||
fn as_ref(&self) -> &FileLine {
|
||||
self
|
||||
}
|
||||
}
|
||||
|
||||
struct ColumnModeOptions {
|
||||
width: usize,
|
||||
columns: usize,
|
||||
|
@ -104,12 +98,6 @@ struct ColumnModeOptions {
|
|||
across_mode: bool,
|
||||
}
|
||||
|
||||
impl AsRef<OutputOptions> for OutputOptions {
|
||||
fn as_ref(&self) -> &OutputOptions {
|
||||
self
|
||||
}
|
||||
}
|
||||
|
||||
struct NumberingMode {
|
||||
/// Line numbering mode
|
||||
width: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue