From 4bb90f5cc8e0347534436612f45a3c22c7e265bb Mon Sep 17 00:00:00 2001 From: Hirokazu Hata Date: Sat, 9 Feb 2019 16:14:30 +0900 Subject: Fix rust_2018_idioms warnings --- src/rustfmt_diff.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rustfmt_diff.rs') diff --git a/src/rustfmt_diff.rs b/src/rustfmt_diff.rs index 8a74aa47c0c..81778c33ecf 100644 --- a/src/rustfmt_diff.rs +++ b/src/rustfmt_diff.rs @@ -46,7 +46,7 @@ impl Mismatch { // This struct handles writing output to stdout and abstracts away the logic // of printing in color, if it's possible in the executing environment. pub struct OutputWriter { - terminal: Option>>, + terminal: Option>>, } impl OutputWriter { -- cgit 1.4.1-3-g733a5