Skip to content

Commit

Permalink
feat(config): skip handled_extension
Browse files Browse the repository at this point in the history
Signed-off-by: loongtao.zhang <[email protected]>
  • Loading branch information
cathaysia committed Jan 13, 2025
1 parent 52f4b43 commit ca9b566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ pub struct Config {
pub autogen_warning: Option<String>,
pub extensions: Vec<ExtensionType>,
pub system: Option<SystemContext>,
pub handled_extensions: Vec<Extension>,
#[serde(skip)]
pub(crate) handled_extensions: Vec<Extension>,
}

impl Config {
Expand Down

0 comments on commit ca9b566

Please sign in to comment.