Mention 2x serde attributes is not a typo

This commit is contained in:
Vincent Prouillet 2018-03-01 11:57:04 +01:00
parent 217738d0c8
commit de80de1628

View file

@ -55,7 +55,7 @@ pub struct Config {
/// Had to remove the PartialEq derive because GlobSet does not implement it. No impact
/// because it's unused anyway (who wants to sort Configs?).
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>,
/// Languages list and translated strings