From fa61448b35ac9d770617f533cf550b2c952acf28 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Tue, 13 Feb 2024 13:23:40 -0500 Subject: [PATCH] Remove warning banner code (#3407) ## Motivation and Context Remove warning banner related code. The test is broken so this code is just causing a hassle and will never be used again. - [ ] A generated code diff should be audited prior to merging. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ --- aws/SDK_README.md.hb | 5 - .../smithy/rustsdk/AwsCrateDocsDecorator.kt | 13 -- .../test/kotlin/AwsCrateDocsDecoratorTest.kt | 57 ------- .../test/kotlin/SdkCodegenIntegrationTest.kt | 53 ------- .../src/subcommand/hydrate_readme.rs | 145 ------------------ 5 files changed, 273 deletions(-) diff --git a/aws/SDK_README.md.hb b/aws/SDK_README.md.hb index f9aea16f0b..75d130b13d 100644 --- a/aws/SDK_README.md.hb +++ b/aws/SDK_README.md.hb @@ -5,7 +5,6 @@ It gets instantiated and copied into the build artifacts by the `aws:sdk:assembl Available template arguments: - `{{sdk_version_}}` (e.g., `{{sdk_version_aws_config}}` for the `aws-config` crate): the version number of the given crate (just the number, no `v` prefix) - `{{msrv}}`: The MSRV Rust compiler version (just the number, no `v` prefix) -- `{{warning_banner}}`: Show the production warning banner --}}