Skip to content

Commit d6c9fea

Browse files
committed
add some comments
1 parent 16ca6ae commit d6c9fea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/cdn/fastly.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ where
6363
&mut cfg,
6464
BulkPurgeTagParams {
6565
service_id: sid.to_owned(),
66-
// TODO: investiate how they could help & test
66+
// TODO: investigate how they could help & test
6767
// soft purge. But later, after the initial migration.
6868
fastly_soft_purge: None,
6969
surrogate_key: Some(encoded_surrogate_keys.to_string()),

src/db/types/krate_name.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ use std::{io::Write, str::FromStr};
1414
///
1515
/// Right now only used in web::cache, but we'll probably also use it
1616
/// to match our routes later.
17+
///
18+
/// FIXME: this should actually come from some shared crate between the rust projects,
19+
/// so the amount of duplication is less.
1720
#[derive(
1821
Debug, Clone, PartialEq, Eq, Hash, Deref, Into, Display, DeserializeFromStr, SerializeDisplay,
1922
)]

0 commit comments

Comments
 (0)