remove iso date from enums to prevent spurious diffs

pull/5/head
Mingwei Samuel 2019-10-25 09:47:45 -07:00
parent 33803631cb
commit 0352d65d21
6 changed files with 8 additions and 14 deletions

View File

@ -1,6 +1,5 @@
// This file is automatically generated. // This file is automatically generated.
// Do not directly edit. // Do not directly edit.
// Generated on 2019-10-23T08:22:48.171Z.
use std::fmt; use std::fmt;
use num_derive; use num_derive;

View File

@ -1,6 +1,5 @@
// This file is automatically generated. // This file is automatically generated.
// Do not directly edit. // Do not directly edit.
// Generated on 2019-10-23T08:22:48.180Z.
/// League of Legends matchmaking queue. /// League of Legends matchmaking queue.
pub enum Queue { pub enum Queue {

View File

@ -1,6 +1,5 @@
// This file is automatically generated. // This file is automatically generated.
// Do not directly edit. // Do not directly edit.
// Generated on 2019-10-23T08:22:48.177Z.
/// League of Legends matchmaking seasons. /// League of Legends matchmaking seasons.
pub enum Season { pub enum Season {

View File

@ -1,9 +1,8 @@
// This file is automatically generated. // This file is automatically generated.
// Do not directly edit. // Do not directly edit.
// Generated on 2019-10-23T08:22:48.183Z.
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 0c74167e0eaaeb6de1c7e8219fecaabcf8386d1f // Version b2fb0513c3cdb6baa0ba78bd2a50b43670161980
//! Automatically generated endpoint handles and data transfer structs. //! Automatically generated endpoint handles and data transfer structs.

View File

@ -1,9 +1,8 @@
// This file is automatically generated. // This file is automatically generated.
// Do not directly edit. // Do not directly edit.
// Generated on 2019-10-23T08:22:48.166Z.
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 0c74167e0eaaeb6de1c7e8219fecaabcf8386d1f // Version b2fb0513c3cdb6baa0ba78bd2a50b43670161980
// champion-mastery-v4 // champion-mastery-v4
#[allow(dead_code)] #[allow(dead_code)]

View File

@ -15,8 +15,7 @@ Array.prototype.groupBy = function(lambda) {
function preamble() { function preamble() {
return `// This file is automatically generated. return `// This file is automatically generated.
// Do not directly edit. // Do not directly edit.`;
// Generated on ${(new Date).toISOString()}.`;
} }
function capitalize(input) { function capitalize(input) {