Skip to content

Commit 97daaed

Browse files
committed
remove workaround for mismatched-lifetime-syntaxes
1 parent 2e8db53 commit 97daaed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

contrib/tools/config-docs-generator/generate-config-docs.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ main() {
5757

5858
cd "$PROJECT_ROOT"
5959

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-
6660
# Step 1: Build the documentation generation tools
6761
if [[ "$SKIP_BUILD" != "true" ]]; then
6862
log_info "Building documentation generation tools..."

0 commit comments

Comments
 (0)