mirror of https://github.com/rwf2/Rocket.git
Rewrite some markdown for commonmark.
This commit is contained in:
parent
b802d677f5
commit
1fb0231d87
|
@ -53,9 +53,8 @@ use http::uri::URI;
|
|||
/// Rocket implements `FromFormValue` for many standard library types. Their
|
||||
/// behavior is documented here.
|
||||
///
|
||||
/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64**
|
||||
///
|
||||
/// **IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
|
||||
/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64
|
||||
/// IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
|
||||
///
|
||||
/// A value is validated successfully if the `from_str` method for the given
|
||||
/// type returns successfully. Otherwise, the raw form value is returned as
|
||||
|
|
|
@ -73,9 +73,8 @@ use http::uri::{URI, Segments, SegmentError};
|
|||
/// 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**
|
||||
///
|
||||
/// **IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
|
||||
/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64, bool
|
||||
/// IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
|
||||
///
|
||||
/// A value is parse successfully if the `from_str` method from the given
|
||||
/// type returns successfully. Otherwise, the raw path segment is returned
|
||||
|
|
Loading…
Reference in New Issue