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 2e8db53 commit 97daaedCopy full SHA for 97daaed
contrib/tools/config-docs-generator/generate-config-docs.sh
@@ -57,12 +57,6 @@ main() {
57
58
cd "$PROJECT_ROOT"
59
60
- # Workaround for new nightly lint that breaks stacks-common build.
61
- # Allow callers to override or extend, but default to allowing the lint so documentation generation
62
- # stays green until codebase is updated.
63
- # TODO: Remove this once codebase will be updated to use the new lifetime syntax.
64
- export RUSTFLAGS="${RUSTFLAGS:-} -A mismatched-lifetime-syntaxes"
65
-
66
# Step 1: Build the documentation generation tools
67
if [[ "$SKIP_BUILD" != "true" ]]; then
68
log_info "Building documentation generation tools..."
0 commit comments