Skip to content

Commit

Permalink
Add comment requested in PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
landonxjames committed Sep 24, 2024
1 parent 0c6059b commit be5e2d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rust-runtime/aws-smithy-types/src/checksum_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

//! Types that allow users to indicate their preferences for checksum calculation and validation

// Note: These types would likely make more sense in `aws-smithy-checksums` and were originally
// added there. But we have lints protecting against exporting non-stable types from stable crates
// and the checksums crate is not yet 1.0, so these types cannot live there for now. In the future
// if we do decide to 1.0 the checksums crate we can move these types there and re-export them here
// to maintain the current behavior.

use std::error::Error;
use std::fmt;
use std::str::FromStr;
Expand Down

0 comments on commit be5e2d4

Please sign in to comment.