mirror of https://github.com/MingweiSamuel/Riven
remove iso date from enums to prevent spurious diffs
parent
33803631cb
commit
0352d65d21
|
@ -1,6 +1,5 @@
|
|||
// This file is automatically generated.
|
||||
// Do not directly edit.
|
||||
// Generated on 2019-10-23T08:22:48.171Z.
|
||||
|
||||
use std::fmt;
|
||||
use num_derive;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// This file is automatically generated.
|
||||
// Do not directly edit.
|
||||
// Generated on 2019-10-23T08:22:48.180Z.
|
||||
|
||||
/// League of Legends matchmaking queue.
|
||||
pub enum Queue {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// This file is automatically generated.
|
||||
// Do not directly edit.
|
||||
// Generated on 2019-10-23T08:22:48.177Z.
|
||||
|
||||
/// League of Legends matchmaking seasons.
|
||||
pub enum Season {
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
// This file is automatically generated.
|
||||
// Do not directly edit.
|
||||
// Generated on 2019-10-23T08:22:48.183Z.
|
||||
|
||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||
// Version 0c74167e0eaaeb6de1c7e8219fecaabcf8386d1f
|
||||
// Version b2fb0513c3cdb6baa0ba78bd2a50b43670161980
|
||||
|
||||
//! Automatically generated endpoint handles and data transfer structs.
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
// This file is automatically generated.
|
||||
// Do not directly edit.
|
||||
// Generated on 2019-10-23T08:22:48.166Z.
|
||||
|
||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||
// Version 0c74167e0eaaeb6de1c7e8219fecaabcf8386d1f
|
||||
// Version b2fb0513c3cdb6baa0ba78bd2a50b43670161980
|
||||
|
||||
// champion-mastery-v4
|
||||
#[allow(dead_code)]
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue