Attention is currently required from: Peter Marheine.
1 comment:
File util/flashrom_tester/src/tester.rs:
Patch Set #1, Line 55: pub cmd: &'a dyn Flashrom,
The other option suggested by Peter is to take ownership here, with
`pub cmd: Box<dyn Flashrom>`
I had a go at this. I'm not expert in rust enough to make it work; many changes to the WriteProtectState lifetime annotations and 'Sized' trait compilation errors make it tricky.
To view, visit change 64849. To unsubscribe, or for help writing mail filters, visit settings.