We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44d633 commit c458531Copy full SHA for c458531
site/src/load.rs
@@ -139,9 +139,7 @@ pub struct InputData {
139
/// All known statistics gathered for crates
140
pub stats_list: Vec<&'static str>,
141
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.
+ /// The last date that was seen while loading files.
145
pub last_date: Date,
146
147
/// `data_real` is as-is, `data` has been interpolated.
0 commit comments