Always skip serializing config's path.
This commit is contained in:
parent
c91d14a949
commit
3847bcb5a6
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ pub struct Config {
|
||||||
/// The path that this configuration was loaded from.
|
/// The path that this configuration was loaded from.
|
||||||
///
|
///
|
||||||
/// This should not be specified in any configuration. It will automatically be handled by the library.
|
/// This should not be specified in any configuration. It will automatically be handled by the library.
|
||||||
|
#[serde(skip_serializing)]
|
||||||
pub path: Option<PathBuf>,
|
pub path: Option<PathBuf>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue