mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 18:57:59 +00:00
Add --derive-for-type to cli (#708)
* Add `--derive-for-type` to cli * Remove clippy warnings
This commit is contained in:
committed by
GitHub
parent
702e87e58d
commit
a80d6cfd30
@@ -52,9 +52,9 @@ impl MetadataTestRunner {
|
||||
|
||||
std::fs::create_dir_all(&tmp_dir).expect("could not create tmp ui test dir");
|
||||
// Write metadata to tmp folder:
|
||||
std::fs::write(&tmp_metadata_path, &encoded_metadata).unwrap();
|
||||
std::fs::write(&tmp_metadata_path, encoded_metadata).unwrap();
|
||||
// Write test file to tmp folder (it'll be moved by trybuild):
|
||||
std::fs::write(&tmp_rust_path, &rust_file).unwrap();
|
||||
std::fs::write(&tmp_rust_path, rust_file).unwrap();
|
||||
|
||||
tmp_rust_path
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user