From 0459c5e88e90e297ddb916ab96e62cdfaf7c3414 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 10 Jul 2022 15:33:37 -0500 Subject: Formatting. --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 9df0f15..27a35c9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -81,7 +81,7 @@ //! - how `serde_qs` handles invalid UTF-8 percent decoded characters //! //! ### Square Brackets -//! +//! //! Technically, square brackets should be encoded in URLs as `%5B` and `%5D`. //! However, they are often used in their raw format to specify querystrings //! such as `a[b]=123`. @@ -101,9 +101,9 @@ //! automatically encodes the brackets. But care must be taken to avoid //! using keys with square brackets in them, or unexpected things can //! happen. -//! +//! //! ### Invalid UTF-8 Percent Encodings -//! +//! //! Sometimes querystrings may have percent-encoded data which does not decode //! to UTF-8. In some cases it is useful for this to cause errors, which is how //! `serde_qs` works in strict mode (the default). Whereas in other cases it -- cgit v1.2.3