mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-27 03:16:33 +00:00
fixup! Updating to use custom error struct, adding docs
This commit is contained in:
parent
ae19db7b4c
commit
143e45e5d5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
//! A region served by a single game server.
|
||||
//! Each Riot Games API request is directed at a particular region,
|
||||
//! with tournament API requests directed at the AMERICAS "global" region.
|
||||
/// A region served by a single game server.
|
||||
/// Each Riot Games API request is directed at a particular region,
|
||||
/// with tournament API requests directed at the AMERICAS "global" region.
|
||||
#[derive(Debug)]
|
||||
#[derive(PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
#[derive(Clone, Copy)]
|
||||
|
|
Loading…
Reference in a new issue