mirror of https://github.com/rwf2/Rocket.git
Remove incorrect section of RawStr docs
This was probably a copy&pasta bug
This commit is contained in:
parent
322c02f654
commit
7890a5c9f4
|
@ -105,10 +105,6 @@ impl RawStr {
|
||||||
/// percent-encoded byte sequences will be replaced <20> U+FFFD, the
|
/// percent-encoded byte sequences will be replaced <20> U+FFFD, the
|
||||||
/// replacement character.
|
/// replacement character.
|
||||||
///
|
///
|
||||||
/// # Errors
|
|
||||||
///
|
|
||||||
/// Returns an `Err` if the percent encoded values are not valid UTF-8.
|
|
||||||
///
|
|
||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
/// With a valid string:
|
/// With a valid string:
|
||||||
|
|
Loading…
Reference in New Issue