Skip to content

Commit e3c4d12

Browse files
committed
remove old incompatibilty warning
1 parent ae11cf3 commit e3c4d12

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/digital/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ pub mod v1;
1111
// New / fallible traits
1212
pub mod v2;
1313

14-
// Compatibility shims, only one can be active at a time to avoid recursive errors
15-
1614
// v2 -> v1 compatibility wrappers
1715
// These require explicit casts from v2 -> v1
1816
pub mod v1_compat;

src/digital/v2_compat.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! v2 compatibility shims
2-
//! this module adds forward support to v1 digital traits
3-
//! only on of v1_compat or v2_compat may be included at a given time
2+
//! this module adds implicit forward support to v1 digital traits
43
54
#[allow(deprecated)]
65
use super::v1;

0 commit comments

Comments
 (0)