mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-19 04:21:06 +00:00
Make filename method private
This commit is contained in:
parent
2ad1848859
commit
051dd4ba87
@ -73,7 +73,7 @@ impl<'a> OrdinaryFile<'a> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn filename(&self) -> &'a OsStr {
|
pub(crate) fn filename(&self) -> &'a OsStr {
|
||||||
self.user_provided_name.unwrap_or_else(|| self.path)
|
self.user_provided_name.unwrap_or_else(|| self.path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user