Start reorganizing examples (#10)
* Update crate name * wip * reduce to just the gpui crate * Fix misisng example images * Delete ownership_post.rs * Update Cargo.toml * Update README.md * bump to 0.3.3 * organize * organize * Add more learn examples * Delete _ownership_and_data_flow.rs * wip learn examples * Fix colors * tidy * Move _template up * add animation example * Update examples * remove legacy examples from toml * Delete examples.toml
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if [[ ! " $* " == *" -p "* && ! " $* " == *" --package "* ]]; then
|
||||
set -- "$@" --workspace
|
||||
fi
|
||||
|
||||
set -x
|
||||
"${CARGO:-cargo}" clippy "$@" --release --all-targets --all-features -- --deny warnings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user