diff --git a/tests/source/configs-fn_call_style-block.rs b/tests/source/configs-fn_call_style-block.rs index 50d00540515b..1d782670a20c 100644 --- a/tests/source/configs-fn_call_style-block.rs +++ b/tests/source/configs-fn_call_style-block.rs @@ -3,4 +3,6 @@ fn main() { lorem("lorem", "ipsum", "dolor", "sit", "amet", "consectetur", "adipiscing", "elit"); + // #1501 + let hyper = Arc::new(Client::with_connector(HttpsConnector::new(TlsClient::new()))); } diff --git a/tests/target/configs-fn_call_style-block.rs b/tests/target/configs-fn_call_style-block.rs index df2fb9207bbb..dba4941adb04 100644 --- a/tests/target/configs-fn_call_style-block.rs +++ b/tests/target/configs-fn_call_style-block.rs @@ -12,4 +12,6 @@ fn main() { "adipiscing", "elit", ); + // #1501 + let hyper = Arc::new(Client::with_connector(HttpsConnector::new(TlsClient::new()))); } diff --git a/tests/target/expr-block.rs b/tests/target/expr-block.rs index f7a157cf3df5..9c1108ff507e 100644 --- a/tests/target/expr-block.rs +++ b/tests/target/expr-block.rs @@ -101,7 +101,7 @@ fn arrays() { Weighted { weight: 1, item: 1 }, Weighted { weight: x, item: 2 }, Weighted { weight: 1, item: 3 }, - ], + ] ); let z = [