Skip to content

Commit

Permalink
docs: change no-default-features to default-features (#2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
yottalogical authored Mar 5, 2024
1 parent 68547a0 commit ba550f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//!
//! <div class="warning">This feature is enabled by default, and takes
//! precedence if any other crate enables it. This is true even if you declare
//! `features = []`. You must set `no-default-features = false` instead.</div>
//! `features = []`. You must set `default-features = false` instead.</div>
//!
//! Since Cargo features are additive, other crates in your dependency tree can
//! cause the default backend to be enabled. If you wish to ensure your
Expand Down

0 comments on commit ba550f0

Please sign in to comment.