doc: make encoding_rs link clickable (#674)
This commit is contained in:
		| @@ -156,8 +156,9 @@ impl Response { | |||||||
|     /// and with malformed sequences replaced with the REPLACEMENT CHARACTER. |     /// and with malformed sequences replaced with the REPLACEMENT CHARACTER. | ||||||
|     /// You can provide a default encoding for decoding the raw message, while the |     /// You can provide a default encoding for decoding the raw message, while the | ||||||
|     /// `charset` parameter of `Content-Type` header is still prioritized. For more information |     /// `charset` parameter of `Content-Type` header is still prioritized. For more information | ||||||
|     /// about the possible encoding name, please go to |     /// about the possible encoding name, please go to [`encoding_rs`] docs. | ||||||
|     /// https://docs.rs/encoding_rs/0.8.17/encoding_rs/#relationship-with-windows-code-pages |     /// | ||||||
|  |     /// [`encoding_rs`]: https://docs.rs/encoding_rs/0.8/encoding_rs/#relationship-with-windows-code-pages | ||||||
|     /// |     /// | ||||||
|     /// # Example |     /// # Example | ||||||
|     /// |     /// | ||||||
|   | |||||||
| @@ -251,8 +251,9 @@ impl Response { | |||||||
|     /// and with malformed sequences replaced with the REPLACEMENT CHARACTER. |     /// and with malformed sequences replaced with the REPLACEMENT CHARACTER. | ||||||
|     /// You can provide a default encoding for decoding the raw message, while the |     /// You can provide a default encoding for decoding the raw message, while the | ||||||
|     /// `charset` parameter of `Content-Type` header is still prioritized. For more information |     /// `charset` parameter of `Content-Type` header is still prioritized. For more information | ||||||
|     /// about the possible encoding name, please go to |     /// about the possible encoding name, please go to [`encoding_rs`] docs. | ||||||
|     /// https://docs.rs/encoding_rs/0.8.17/encoding_rs/#relationship-with-windows-code-pages |     /// | ||||||
|  |     /// [`encoding_rs`]: https://docs.rs/encoding_rs/0.8/encoding_rs/#relationship-with-windows-code-pages | ||||||
|     /// |     /// | ||||||
|     /// # Example |     /// # Example | ||||||
|     /// |     /// | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user