File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use quote::quote;
8
8
9
9
use super :: { bail, maybe} ;
10
10
11
- // i do what i must because i can
11
+ // i do what i must because i can <https://youtu.be/Y6ljFaKRTrI?t=27>
12
12
fn format_code < C > ( code : C ) -> String
13
13
where
14
14
C : AsRef < [ u8 ] > ,
25
25
}
26
26
27
27
let output = child. wait_with_output ( ) . unwrap ( ) ;
28
+ assert ! ( output. status. success( ) ) ;
28
29
String :: from_utf8 ( output. stdout ) . unwrap ( )
29
30
}
30
31
Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ mod tests {
418
418
let discriminator = raw_module_version_discriminator ( ) ;
419
419
assert_eq ! (
420
420
discriminator,
421
- "bc465b26592e04a988baf4eb5358065904ecfff3f8f3fa9d417d137dacb4a20d "
421
+ "ddae2ae211962fc3481ff11cd46413750c692ddeb3d65f3e7a8a6d31ab1f8511 "
422
422
) ;
423
423
}
424
424
}
You can’t perform that action at this time.
0 commit comments