Skip to content

Commit

Permalink
Update mod.rs (#502)
Browse files Browse the repository at this point in the history
Complete Default documentation of `SerializeOpts`.
  • Loading branch information
saona-raimundo committed Aug 11, 2023
1 parent c736fec commit ba40f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5ever/src/serialize/mod.rs
Expand Up @@ -26,7 +26,7 @@ where

#[derive(Clone)]
pub struct SerializeOpts {
/// Is scripting enabled?
/// Is scripting enabled? Default: true
pub scripting_enabled: bool,

/// Serialize the root node? Default: ChildrenOnly
Expand Down

0 comments on commit ba40f55

Please sign in to comment.