Skip to content

Commit

Permalink
rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchen committed Nov 15, 2019
1 parent 6ff3ddf commit b521d21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/filters/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ pub fn param<T: FromStr + Send + 'static>() -> impl Filter<Extract = One<T>, Err
})
}

=======
/// Extract a parameter from a path segment.
///
/// This will try to parse a value from the current request path
Expand Down

0 comments on commit b521d21

Please sign in to comment.