fixup! Updating to use custom error struct, adding docs

pull/5/head
Mingwei Samuel 2019-10-23 01:21:51 -07:00
parent ae19db7b4c
commit 143e45e5d5
1 changed files with 3 additions and 3 deletions

View File

@ -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)]