just testing the CI/CD
Cargo Format, Check and Test / cargo test (push) Successful in 52s
Details
Cargo Format, Check and Test / cargo test (push) Successful in 52s
Details
This commit is contained in:
parent
f9baf1890b
commit
18fcdc6e59
|
@ -13,6 +13,7 @@ fn main() {
|
||||||
items.push(String::from("foo"));
|
items.push(String::from("foo"));
|
||||||
items.push(String::from("bar"));
|
items.push(String::from("bar"));
|
||||||
items.push(String::from("文学"));
|
items.push(String::from("文学"));
|
||||||
|
items.push(String::from("qux"));
|
||||||
investigate!(String, items);
|
investigate!(String, items);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue