From c4f7bee8a14cfa3ba60cf9e4a3dffdb4f086feae Mon Sep 17 00:00:00 2001 From: tamo Date: Thu, 27 May 2021 11:17:17 +0200 Subject: [PATCH] remove a deprecated features --- sentry/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sentry/src/lib.rs b/sentry/src/lib.rs index 7da94890..f93597d2 100644 --- a/sentry/src/lib.rs +++ b/sentry/src/lib.rs @@ -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.