Commit 5d606e8
committed
Pull hex constants out in
Via sed:
s/\(\t*\)\(.*\)<Vec<u8>>::from_hex(\(["0-9a-f]*\)).unwrap()/\1let hex = \3;\r\1\2<Vec<u8>>::from_hex(hex).unwrap()/gpeer_channel_encryptor tests1 parent ed28eee commit 5d606e8
1 file changed
+106
-53
lines changed
0 commit comments