Skip to content

Commit

Permalink
remove unused lifetime + ignore config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Mar 2, 2021
1 parent 52e8c1b commit 7fdcd4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target/
build/
.flatpak-builder/
.flatpak-builder/
src/config.rs
2 changes: 1 addition & 1 deletion src/api/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ impl CacheManager {
Ok(())
}

pub async fn get_or_write<'s, O, F, E>(
pub async fn get_or_write<O, F, E>(
&self,
resource: &str,
policy: CachePolicy,
Expand Down
3 changes: 0 additions & 3 deletions src/config.rs

This file was deleted.

0 comments on commit 7fdcd4a

Please sign in to comment.