mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 10:56:34 +00:00
fixup! Release 2.5.1
This commit is contained in:
parent
9f5935a3f5
commit
ede1247bf8
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ impl Champion {
|
|||
}
|
||||
}
|
||||
|
||||
/// The error used for failures in [`Champion::from_str`].
|
||||
/// The error used for failures in [`Champion`]'s
|
||||
/// [`FromStr`](std::str::FromStr) implementation.
|
||||
///
|
||||
/// Currently only internally stores the four characters used to parse the
|
||||
/// champion, but may change in the future.
|
||||
|
|
Loading…
Reference in a new issue