Skip to content

Commit b620f72

Browse files
committed
style fix
1 parent 3d82615 commit b620f72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runner/toml_frobber.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ impl<'a> TomlFrobber<'a> {
1414
pub(super) fn new(krate: &'a Crate, cargo_toml: &'a Path) -> Fallible<Self> {
1515
let toml_content = ::std::fs::read_to_string(cargo_toml)
1616
.with_context(|_| format!("missing Cargo.toml from {}", krate))?;
17-
1817
let table: Table = toml::from_str(&toml_content)
1918
.with_context(|_| format!("unable to parse {}", cargo_toml.display(),))?;
2019

0 commit comments

Comments
 (0)