Skip to content

Commit

Permalink
Remove link to a concluded impl Trait discussion
Browse files Browse the repository at this point in the history
The outcome was the behavior already currently implemented by syn.
  • Loading branch information
dtolnay committed Oct 6, 2021
1 parent eefccf6 commit cfff4f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -930,8 +930,6 @@ pub mod parsing {
pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> {
Ok(TypeImplTrait {
impl_token: input.parse()?,
// NOTE: rust-lang/rust#34511 includes discussion about whether
// or not + should be allowed in ImplTrait directly without ().
bounds: {
let mut bounds = Punctuated::new();
loop {
Expand Down

0 comments on commit cfff4f5

Please sign in to comment.