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 c344847 commit 79ae58cCopy full SHA for 79ae58c
src/digital/v1_compat.rs
@@ -1,6 +1,6 @@
1
//! v1 compatibility wrappers
2
//!
3
-//! this module provides wrappers to support use of v2 implementations with
+//! This module provides wrappers to support use of v2 implementations with
4
//! v1 consumers. v2 traits must be explicitly cast to the v1 version using
5
//! `.into()`, and will panic on internal errors
6
src/digital/v2_compat.rs
//! v2 compatibility shims
-//! this module adds implicit forward support to v1 digital traits
+//! This module adds implicit forward support to v1 digital traits,
//! allowing v1 implementations to be directly used with v2 consumers.
//! ```
0 commit comments