1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-03 01:02:55 +00:00

chore: cleanup lifetimes

This commit is contained in:
2024-12-04 14:14:05 +01:00
parent 6893d13c0b
commit 83d4857ed3
4 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ where
false
}
fn get_required_entries<'a>(&'a self, all: &'a OnkostarEditor) -> Vec<Requirement>;
fn get_required_entries<'a>(&'a self, all: &'a OnkostarEditor) -> Vec<Requirement<'a>>;
fn to_requirement_string<'a>(&'a self, all: &'a OnkostarEditor) -> String {
format!(