Skip to content

Commit 632f64b

Browse files
committed
fix: remove non-existent feature use in git push hook
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
1 parent 2a75b3b commit 632f64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ -f Cargo.toml ]; then
1616
# Build for a target that has no std available.
1717
if command -v rustup > /dev/null; then
1818
rustup target add thumbv7m-none-eabi
19-
(cd tests/ensure_no_std; cargo build -r --target thumbv7m-none-eabi --no-default-features --features opa-no-std)
19+
(cd tests/ensure_no_std; cargo build -r --target thumbv7m-none-eabi)
2020
fi
2121

2222
# Ensure that we can build with only std.

0 commit comments

Comments
 (0)