mirror of
https://github.com/Tribufu/rust-gamedig
synced 2026-08-15 01:51:06 +00:00
chore: use Self where possible
This commit is contained in:
parent
f431508418
commit
486abbd9f7
3 changed files with 10 additions and 10 deletions
|
|
@ -310,7 +310,7 @@ impl GatheringSettings {
|
|||
}
|
||||
|
||||
impl Default for GatheringSettings {
|
||||
fn default() -> Self { GatheringSettings::default() }
|
||||
fn default() -> Self { Self::default() }
|
||||
}
|
||||
|
||||
impl From<ExtraRequestSettings> for GatheringSettings {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue