We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45760aa commit 53e9e37Copy full SHA for 53e9e37
posix.mak
@@ -589,7 +589,7 @@ style_lint: dscanner $(LIB)
589
done
590
591
@echo "Check that Ddoc runs without errors"
592
- $(DMD) $(DFLAGS) -defaultlib= -debuglib= $(LIB) -w -D -Df/dev/null -main -c -o- $$(find etc std -type f -name '*.d') 2>&1 | grep -v "Deprecation:"; test $$? -eq 1
+ $(DMD) $(DFLAGS) -defaultlib= -debuglib= $(LIB) -w -D -Df/dev/null -main -c -o- $$(find etc std -type f -name '*.d') 2>&1
593
594
################################################################################
595
# Check for missing imports in public unittest examples.
0 commit comments