Mention 2x serde attributes is not a typo
This commit is contained in:
parent
217738d0c8
commit
de80de1628
@ -55,7 +55,7 @@ pub struct Config {
|
|||||||
/// Had to remove the PartialEq derive because GlobSet does not implement it. No impact
|
/// Had to remove the PartialEq derive because GlobSet does not implement it. No impact
|
||||||
/// because it's unused anyway (who wants to sort Configs?).
|
/// because it's unused anyway (who wants to sort Configs?).
|
||||||
pub ignored_content: Option<Vec<String>>,
|
pub ignored_content: Option<Vec<String>>,
|
||||||
#[serde(skip_serializing, skip_deserializing)]
|
#[serde(skip_serializing, skip_deserializing)] // not a typo, 2 are needed
|
||||||
pub ignored_content_globber: Option<GlobSet>,
|
pub ignored_content_globber: Option<GlobSet>,
|
||||||
|
|
||||||
/// Languages list and translated strings
|
/// Languages list and translated strings
|
||||||
|
Loading…
Reference in New Issue
Block a user