Merge branch 'post-11' into post-12

This commit is contained in:
Philipp Oppermann
2020-06-08 12:06:49 +02:00
7 changed files with 24 additions and 23 deletions

View File

@@ -58,3 +58,8 @@ async fn example_task() {
let number = async_number().await;
println!("async number: {}", number);
}
#[test_case]
fn trivial_assertion() {
assert_eq!(1, 1);
}