Review feedback for HTML indexes (#733)

See: https://github.com/astral-sh/puffin/pull/719
This commit is contained in:
Charlie Marsh 2023-12-26 16:57:20 -05:00 committed by GitHub
parent bbe0246205
commit ae83a74309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

View file

@ -83,5 +83,6 @@ impl Yanked {
/// only support SHA 256 atm.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Hashes {
// TODO(charlie): Hashes should be optional.
pub sha256: String,
}