Skip to content

Commit 9fb1f14

Browse files
bors[bot]CAD97
andauthored
Merge #35
35: [erasable] doc fix: migration env var r=CAD97 a=CAD97 Co-authored-by: CAD97 <[email protected]>
2 parents cfa51db + fd506dc commit 9fb1f14

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)