Skip to content

Commit c4f7bee

Browse files
committed
remove a deprecated features
1 parent 33e9dee commit c4f7bee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
//!
5757
//! * `anyhow`: Enables support for the `anyhow` crate.
5858
//! * `debug-images`: Attaches a list of loaded libraries to events (currently only supported on unix).
59-
//! * `log`: Enables support for the `log` crate.
60-
//! * `env_logger`: Enables support for the `log` crate with additional `env_logger` support.
59+
//! * `log`: Enables support for the `log` and `env_logger` crate.
6160
//! * `slog`: Enables support for the `slog` crate.
6261
//! * `tracing`: Enables support for the `tracing` crate.
6362
//! * `test`: Enables testing support.

0 commit comments

Comments
 (0)