continue 0.1.2

Swift-style continuation API
Documentation
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"

if [[ " $* " =~ " --relaxed " ]]; then
    export RELAXED_WARNINGS=1
fi
source "$SCRIPT_DIR/_env"
RUSTFLAGS="$WASM32_RUSTFLAGS" cargo +nightly clippy --target=wasm32-unknown-unknown