mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Remove reference to example
This example will be reintroduced in #306 instead
This commit is contained in:
parent
fca678b874
commit
61c0e66d11
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ main() {
|
||||||
if [ $TRAVIS_RUST_VERSION = nightly ]; then
|
if [ $TRAVIS_RUST_VERSION = nightly ]; then
|
||||||
# Tests where required MSRV > 1.36
|
# Tests where required MSRV > 1.36
|
||||||
local exs=(
|
local exs=(
|
||||||
t-cfg-resources
|
|
||||||
)
|
)
|
||||||
for ex in ${exs[@]}; do
|
for ex in ${exs[@]}; do
|
||||||
cargo check --example $ex --target $T
|
cargo check --example $ex --target $T
|
||||||
|
|
Loading…
Reference in a new issue