mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fmt
This commit is contained in:
parent
445b748e1a
commit
67df7a1e74
@ -251,7 +251,8 @@ pub struct LocalizationHandle {
|
||||
// arbitrary choice to minimize changing all of veloren
|
||||
pub type Localization = LocalizationGuard;
|
||||
|
||||
/// RAII guard returned from [LocalizationHandle::read()](LocalizationHandle::read),
|
||||
/// RAII guard returned from
|
||||
/// [LocalizationHandle::read()](LocalizationHandle::read),
|
||||
/// resembles [AssetGuard](AssetGuard)
|
||||
pub struct LocalizationGuard {
|
||||
active: AssetGuard<Language>,
|
||||
|
Loading…
Reference in New Issue
Block a user