some_executor 0.7.2

A trait for libraries that abstract over any executor
Documentation
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e
if [[ " $* " =~ " --relaxed " ]]; then
    export RELAXED_WARNINGS=1
fi
source "$(dirname "$0")/_env"
# The `exfiltrate` feature adds the task registry and its providers; without
# a second pass none of that is built by the gate at all.
RUSTFLAGS="$WASM32_RUSTFLAGS" cargo +nightly clippy --all --target=wasm32-unknown-unknown
RUSTFLAGS="$WASM32_RUSTFLAGS" cargo +nightly clippy --all --target=wasm32-unknown-unknown --features exfiltrate