From b576e81dc60356cf06c0b8565ed28a7dd6fdb82b Mon Sep 17 00:00:00 2001 From: bold Date: Tue, 18 Dec 2018 09:32:45 +0800 Subject: [PATCH] fix rust fmt --- .rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index c1f7974..0f7a730 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,3 +1,3 @@ error_on_line_overflow = true error_on_unformatted = true -edition = "Edition2018" \ No newline at end of file +edition = "2018" \ No newline at end of file