We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e86316 commit 13f69b1Copy full SHA for 13f69b1
1 file changed
compio-compat/src/lib.rs
@@ -1,4 +1,4 @@
1
-//! Runtime-compatibility layer for compio.
+//! Runtime-compatibility layers for compio.
2
//!
3
//! This crate provides a compatibility layer for compio's runtime, allowing it
4
//! to be used with different underlying event loop implementations, e.g.,
@@ -80,7 +80,7 @@ impl<A: Adapter> RuntimeCompat<A> {
80
}
81
82
83
-impl<A: sys::Adapter> Deref for RuntimeCompat<A> {
+impl<A: Adapter> Deref for RuntimeCompat<A> {
84
type Target = Runtime;
85
86
fn deref(&self) -> &Self::Target {
0 commit comments