We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfa51db + fd506dc commit 9fb1f14Copy full SHA for 9fb1f14
crates/erasable/src/lib.rs
@@ -251,8 +251,8 @@ pub unsafe trait Erasable {
251
/// Not doing so will expose you to potentially unsound implementations
252
/// written against 1.0.0 before the reference clarification was made.
253
///
254
- /// The environment variable `ACK_1_1_0` can be set to enforce that all
255
- /// implementors have provided an override for this acknowledgement.
+ /// The environment variable `ERASABLE_ENFORCE_1_1_0_SEMANTICS` can be set
+ /// to enforce that all implementors have provided an override for this.
256
#[cfg(not(enforce_1_1_0_semantics))]
257
const ACK_1_1_0: bool = false;
258
0 commit comments