Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Jan 13, 2020
1 parent ad75bb1 commit 8ab53dd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions tests/test_edit.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



macro_rules! parse_key {
($s:expr) => {{
let key = $s.parse::<Key>();
Expand Down
2 changes: 0 additions & 2 deletions tests/test_invalid.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


use toml_edit::Document;

fn run(toml: &str, msg: &str) {
Expand Down
2 changes: 0 additions & 2 deletions tests/test_parse.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


use toml_edit::{Key, Value};

macro_rules! parse {
Expand Down
2 changes: 0 additions & 2 deletions tests/test_valid.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

use serde_json;


use pretty_assertions::assert_eq;
use serde_json::Map as JsonMap;
use serde_json::Value as Json;
Expand Down

0 comments on commit 8ab53dd

Please sign in to comment.