mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
AccessListConfig: put mode field first
This commit is contained in:
parent
b3d1bcb7f1
commit
3a2e751668
1 changed files with 1 additions and 1 deletions
|
|
@ -15,8 +15,8 @@ pub enum AccessListMode {
|
|||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct AccessListConfig {
|
||||
pub path: PathBuf,
|
||||
pub mode: AccessListMode,
|
||||
pub path: PathBuf,
|
||||
}
|
||||
|
||||
impl Default for AccessListConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue