Skip to content

Commit c458531

Browse files
Remove outdated comment
1 parent b44d633 commit c458531

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/load.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ pub struct InputData {
139139
/// All known statistics gathered for crates
140140
pub stats_list: Vec<&'static str>,
141141

142-
/// The last date that was seen while loading files. The DateTime variant is
143-
/// used here since the date may or may not contain a time. Since the
144-
/// timezone is not important, it isn't stored, hence the Naive variant.
142+
/// The last date that was seen while loading files.
145143
pub last_date: Date,
146144

147145
/// `data_real` is as-is, `data` has been interpolated.

0 commit comments

Comments
 (0)