rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
18.4k stars 1.65k forks source link

Fix dead_code warning for arg_watcher #2384

Closed ehuss closed 6 months ago

ehuss commented 6 months ago

When built with --no-default-features, it shows a warning because neither watch or serve are enabled.