We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897a63e commit a32a48fCopy full SHA for a32a48f
crates/divan_compat/src/compat/uri.rs
@@ -17,3 +17,7 @@ pub(crate) fn generate(
17
18
uri
19
}
20
+
21
+pub(crate) fn append_arg(uri: &str, arg: &str) -> String {
22
+ format!("{uri}[{arg}]")
23
+}
0 commit comments