From 2f6c31738e0169e9c9d401b1ea8825c8e0f6e429 Mon Sep 17 00:00:00 2001 From: adrian5 Date: Mon, 14 Aug 2017 18:49:09 +0200 Subject: [PATCH] Update param.rs --- lib/src/request/param.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/request/param.rs b/lib/src/request/param.rs index 3c2cbf68..7a002506 100644 --- a/lib/src/request/param.rs +++ b/lib/src/request/param.rs @@ -75,7 +75,7 @@ use http::RawStr; /// Rocket implements `FromParam` for several standard library types. Their /// behavior is documented here. /// -/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64, bool +/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64, bool, /// IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr** /// /// A value is parsed successfully if the `from_str` method from the given