diff options
author | 2019-04-16 21:54:19 +0200 | |
---|---|---|
committer | 2019-04-21 18:00:22 +0200 | |
commit | e865cbb2e59a95962d7e4d45c31f9ff1e4ba6579 (patch) | |
tree | 20ee060345b788d3f05c7174672abdead0b935bd /ci/script.sh | |
parent | c4bad51deb75efc033431be513e264c3247b64cb (diff) | |
download | rtic-e865cbb2e59a95962d7e4d45c31f9ff1e4ba6579.tar.gz rtic-e865cbb2e59a95962d7e4d45c31f9ff1e4ba6579.tar.zst rtic-e865cbb2e59a95962d7e4d45c31f9ff1e4ba6579.zip |
book: resources shared with init must also be `Send`
Diffstat (limited to 'ci/script.sh')
-rw-r--r-- | ci/script.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh index 7cda1e5e..0e350d1f 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -109,6 +109,7 @@ main() { types not-send not-sync + shared-with-init generics ramfunc |