mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-26 05:29:38 +01:00
6 lines
65 B
Text
6 lines
65 B
Text
|
foo: a = 1, b = 2
|
||
|
baz
|
||
|
still in foo::lock
|
||
|
bar: a = 3
|
||
|
still in foo
|