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 5a113aa commit f1799b9Copy full SHA for f1799b9
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