Skip to content

Commit

Permalink
Remove implementation for non-HashMap types
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jul 23, 2019
1 parent 1fbb55b commit c80b780
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/header/map.rs
Expand Up @@ -1735,14 +1735,6 @@ impl<K, V, S> IntoHeaderMapAllowed for HashMap<K, V, S> {}

impl<'a, K, V, S> IntoHeaderMapAllowed for &'a HashMap<K, V, S> {}

impl<K, V> IntoHeaderMapAllowed for BTreeMap<K, V> {}

impl<'a, K, V> IntoHeaderMapAllowed for &'a BTreeMap<K, V> {}

impl<'a, T> IntoHeaderMapAllowed for &'a [T] {}

impl<T> IntoHeaderMapAllowed for Vec<T> {}

/// Convert a collection of tuples into a HeaderMap
///
/// # Examples
Expand Down

0 comments on commit c80b780

Please sign in to comment.