migrator: Do some cleanup (#24687)
This PR does some clean up of the `migrator` crate: - Remove `.unwrap`s - Don't suppress `rustfmt` Release Notes: - N/A
This commit is contained in:
parent
b3814ce4e3
commit
e851abd2ec
4 changed files with 181 additions and 93 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -7878,6 +7878,7 @@ dependencies = [
|
|||
name = "migrator"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"collections",
|
||||
"convert_case 0.7.1",
|
||||
"log",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue