File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 20
20
//! `url::percent_encoding` includes different *encode sets*.
21
21
//! See [URL Standard](https://url.spec.whatwg.org/#percent-encoded-bytes) for details.
22
22
//!
23
- //! [`url::percent_encoding::EncodeSet`](trait.EncodeSet.html) Trait allows a sequence of bytes
24
- //! to be converted to a percent encoded sequence of bytes stripped of particular reserved
25
- //! characters. This trait is applied to the `*_ENCODE_SET` structs. If your application requires
26
- //! custom set of Encoding, see [`define_encode_set!`](../macro.define_encode_set!.html) macro.
23
+ //! This module provides some `*_ENCODE_SET` constants.
24
+ //! If a different set is required, it can be created with
25
+ //! the [`define_encode_set!`](../macro.define_encode_set!.html) macro.
27
26
//!
28
27
//! # Examples
29
28
//!
You can’t perform that action at this time.
0 commit comments