From 06dff800614cab4e662ace032a2e61568db8bbdf Mon Sep 17 00:00:00 2001 From: Christopher Vittal Date: Fri, 10 Nov 2017 13:02:06 -0500 Subject: Add/Modify tests for argument position impl Trait --- src/test/rustdoc/issue-43869.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/test/rustdoc') diff --git a/src/test/rustdoc/issue-43869.rs b/src/test/rustdoc/issue-43869.rs index 4670c5386c8..70a5a7a3f7a 100644 --- a/src/test/rustdoc/issue-43869.rs +++ b/src/test/rustdoc/issue-43869.rs @@ -55,9 +55,6 @@ pub fn test_44731_1() -> Result, ()> { Ok(Box::new(j())) } -pub fn test_44731_2() -> Box { - Box::new(|_: u32| {}) -} pub fn test_44731_3() -> Box impl Clone> { Box::new(|| 0u32) @@ -78,6 +75,5 @@ pub fn test_44731_4() -> Box> { // @has issue_43869/fn.o.html // @has issue_43869/fn.test_44731_0.html // @has issue_43869/fn.test_44731_1.html -// @has issue_43869/fn.test_44731_2.html // @has issue_43869/fn.test_44731_3.html // @has issue_43869/fn.test_44731_4.html -- cgit 1.4.1-3-g733a5