We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fc273 commit 5f454e2Copy full SHA for 5f454e2
idna/src/uts46.rs
@@ -509,6 +509,7 @@ impl Idna {
509
}
510
511
#[derive(Clone, Copy)]
512
+#[must_use]
513
pub struct Config {
514
use_std3_ascii_rules: bool,
515
transitional_processing: bool,
url/src/lib.rs
@@ -205,6 +205,7 @@ pub struct Url {
205
206
/// Full configuration for the URL parser.
207
#[derive(Copy, Clone)]
208
209
pub struct ParseOptions<'a> {
210
base_url: Option<&'a Url>,
211
encoding_override: EncodingOverride<'a>,
0 commit comments