xso: remove incorrect/obsolete comment
This commit is contained in:
parent
69787569c9
commit
4c9a271842
1 changed files with 0 additions and 4 deletions
|
|
@ -293,10 +293,6 @@ impl TextFilter for StripWhitespace {
|
||||||
|
|
||||||
/// Text codec transforming text to binary using standard `base64`.
|
/// Text codec transforming text to binary using standard `base64`.
|
||||||
///
|
///
|
||||||
/// The `Filter` type argument can be used to employ additional preprocessing
|
|
||||||
/// of incoming text data. Most interestingly, passing [`StripWhitespace`]
|
|
||||||
/// will make the implementation ignore any whitespace within the text.
|
|
||||||
///
|
|
||||||
/// `Base64` uses the [`base64::engine::general_purpose::STANDARD`] engine.
|
/// `Base64` uses the [`base64::engine::general_purpose::STANDARD`] engine.
|
||||||
/// [`TextCodec`] is also automatically implemented for any value which
|
/// [`TextCodec`] is also automatically implemented for any value which
|
||||||
/// implements [`base64::engine::Engine`], allowing you to choose different
|
/// implements [`base64::engine::Engine`], allowing you to choose different
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue