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
|
||||
# Tests where required MSRV > 1.36
|
||||
local exs=(
|
||||
t-cfg-resources
|
||||
)
|
||||
for ex in ${exs[@]}; do
|
||||
cargo check --example $ex --target $T
|
||||
|
|
Loading…
Reference in a new issue