]> git.lizzy.rs Git - rust.git/blobdiff - clippy_tests/examples/borrow_box.stderr
Fix the test suite after cargo update
[rust.git] / clippy_tests / examples / borrow_box.stderr
index 6670a8c40835c4a330b8b9c890dc9c71eeb3495a..1ac5c0735db2e67f154ce050e2f397babce585a5 100644 (file)
@@ -30,6 +30,5 @@ error: you seem to be trying to use `&Box<T>`. Consider using just `&T`
 
 error: aborting due to previous error(s)
 
-error: Could not compile `clippy_tests`.
 
 To learn more, run the command again with --verbose.