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
|
@ -13,6 +13,7 @@ path = "src/migrator.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
collections.workspace = true
|
||||
convert_case.workspace = true
|
||||
log.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue