mirror of
https://github.com/sharkdp/bat
synced 2026-07-20 16:33:20 +00:00
Make filename method private
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user