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.
1 parent ae11cf3 commit e3c4d12Copy full SHA for e3c4d12
src/digital/mod.rs
@@ -11,8 +11,6 @@ pub mod v1;
11
// New / fallible traits
12
pub mod v2;
13
14
-// Compatibility shims, only one can be active at a time to avoid recursive errors
15
-
16
// v2 -> v1 compatibility wrappers
17
// These require explicit casts from v2 -> v1
18
pub mod v1_compat;
src/digital/v2_compat.rs
@@ -1,6 +1,5 @@
1
//! 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
+//! this module adds implicit forward support to v1 digital traits
4
5
#[allow(deprecated)]
6
use super::v1;
0 commit comments