mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-02 10:38:24 +00:00
Remove lifetimes as they aren't needed
This commit is contained in:
parent
79b4f1a6ee
commit
cc4a65ac4b
@ -45,7 +45,7 @@ impl Dir {
|
||||
|
||||
/// Produce an iterator of IO results of trying to read all the files in
|
||||
/// this directory.
|
||||
pub fn files<'dir>(&'dir self) -> Files<'dir> {
|
||||
pub fn files(&self) -> Files {
|
||||
Files {
|
||||
inner: self.contents.iter(),
|
||||
dir: self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user