forked from mirror/Riven
1
0
Fork 0

fixup! Updating to use custom error struct, adding docs

users/mingwei/surf
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. /// A region served by a single game server.
//! Each Riot Games API request is directed at a particular region, /// Each Riot Games API request is directed at a particular region,
//! with tournament API requests directed at the AMERICAS "global" region. /// with tournament API requests directed at the AMERICAS "global" region.
#[derive(Debug)] #[derive(Debug)]
#[derive(PartialEq, Eq, Hash, PartialOrd, Ord)] #[derive(PartialEq, Eq, Hash, PartialOrd, Ord)]
#[derive(Clone, Copy)] #[derive(Clone, Copy)]