Skip to content

Commit 079b150

Browse files
federicomenaquinteroMarge Bot
authored and
Marge Bot
committed
Don't pass -Z unstable-options to rustc; it's not needed for --include-ignored anymore
Since rust-lang/rust#80053 this is in the normal compiler, not only in the nightly one. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/856>
1 parent 45bdd7c commit 079b150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ check-local:
191191
CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \
192192
LIBRSVG_BUILD_DIR=$(LIBRSVG_BUILD_DIR) \
193193
TESTS_OUTPUT_DIR=$(LIBRSVG_BUILD_DIR)/tests/output \
194-
$(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --workspace -- --include-ignored -Z unstable-options
194+
$(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --workspace -- --include-ignored
195195

196196
clean-local:
197197
cd $(top_srcdir) && \

0 commit comments

Comments
 (0)