forked from mirror/Riven
1
0
Fork 0

remove iso date from enums to prevent spurious diffs

users/mingwei/surf
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.
// Do not directly edit.
// Generated on 2019-10-23T08:22:48.171Z.
// Do not directly edit.
use std::fmt;
use num_derive;

View File

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

View File

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

View File

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

View File

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

View File

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