aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lib.rs')
-rw-r--r--examples/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lib.rs b/examples/lib.rs
index 3c76022..14cfa64 100644
--- a/examples/lib.rs
+++ b/examples/lib.rs
@@ -1,6 +1,6 @@
fn main() -> Result<(), String> {
// Turn on debugging.
- // You can show it with `RUST_LOG=debug cargo run --example lib`
+ // You can show it with `RUST_LOG=debug cargo run --features log --example lib`
env_logger::init();
// Safely turn (untrusted?) markdown into HTML.