Skip to content

Commit fd506dc

Browse files
committed
[erasable] doc fix: migration env var
1 parent d6241c6 commit fd506dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/erasable/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ pub unsafe trait Erasable {
251251
/// Not doing so will expose you to potentially unsound implementations
252252
/// written against 1.0.0 before the reference clarification was made.
253253
///
254-
/// The environment variable `ACK_1_1_0` can be set to enforce that all
255-
/// implementors have provided an override for this acknowledgement.
254+
/// The environment variable `ERASABLE_ENFORCE_1_1_0_SEMANTICS` can be set
255+
/// to enforce that all implementors have provided an override for this.
256256
#[cfg(not(enforce_1_1_0_semantics))]
257257
const ACK_1_1_0: bool = false;
258258

0 commit comments

Comments
 (0)