rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.16k stars 250 forks source link

[doc] src/lib.rs : prefix an unused variable with an underscore #561

Closed OccupyMars2025 closed 1 year ago

OccupyMars2025 commented 1 year ago

unused variable: metadata, according to rustc, if this is intentional, prefix it with an underscore: _metadata

OccupyMars2025 commented 1 year ago

If the maintainers think it is unnecessary, just close this pull request.