Skip to content

Commit

Permalink
Merge pull request #2575 from rust-lang-nursery/oli-obk-patch-1
Browse files Browse the repository at this point in the history
Update needless_lifetimes_impl_trait.rs
  • Loading branch information
oli-obk authored Mar 26, 2018
2 parents 9fb63d5 + 1aaeb3f commit eafd090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-pass/needless_lifetimes_impl_trait.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


#![allow(stable_features)]
#![feature(conservative_impl_trait)]
#![deny(needless_lifetimes)]
#![allow(dead_code)]
Expand Down

0 comments on commit eafd090

Please sign in to comment.