Skip to content

Commit

Permalink
remove a deprecated features
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed May 27, 2021
1 parent 33e9dee commit c4f7bee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sentry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
//!
//! * `anyhow`: Enables support for the `anyhow` crate.
//! * `debug-images`: Attaches a list of loaded libraries to events (currently only supported on unix).
//! * `log`: Enables support for the `log` crate.
//! * `env_logger`: Enables support for the `log` crate with additional `env_logger` support.
//! * `log`: Enables support for the `log` and `env_logger` crate.
//! * `slog`: Enables support for the `slog` crate.
//! * `tracing`: Enables support for the `tracing` crate.
//! * `test`: Enables testing support.
Expand Down

0 comments on commit c4f7bee

Please sign in to comment.