mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Lifetime annotation not needed.
This commit is contained in:
@@ -978,9 +978,9 @@ mod test {
|
||||
|
||||
use crate::compile;
|
||||
|
||||
fn parse_and_analyse<'a, T: FieldElement>(
|
||||
fn parse_and_analyse<T: FieldElement>(
|
||||
file_name: Option<&str>,
|
||||
input: &'a str,
|
||||
input: &str,
|
||||
) -> AnalysisASMFile<T> {
|
||||
analyze(parse_asm(file_name, input).unwrap()).unwrap()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user