aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lib.rs b/examples/lib.rs
index 718e400..b1869bb 100644
--- a/examples/lib.rs
+++ b/examples/lib.rs
@@ -17,7 +17,7 @@ fn main() {
&Options {
allow_dangerous_html: true,
allow_dangerous_protocol: true,
- default_line_ending: None
+ ..Options::default()
}
)
);