We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc5911 commit e5594baCopy full SHA for e5594ba
ci/svd2rust-regress/src/diff.rs
@@ -257,7 +257,7 @@ impl Diffing {
257
Ok([baseline, current])
258
}
259
260
- fn get_source_and_command<'s>(&'s self) -> [Option<(Source, Command)>; 2] {
+ fn get_source_and_command<'s>(&'s self) -> [Option<(Source<'s>, Command<'s>)>; 2] {
261
let split = |s: &'s str| -> (Source, Command) {
262
if let Some(s) = s.strip_prefix('@') {
263
if let Some((source, cmd)) = s.split_once(' ') {
0 commit comments