We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a05f8e commit ccba59fCopy full SHA for ccba59f
src/common/sync_wrapper.rs
@@ -1,11 +1,6 @@
1
/*
2
* This is a copy of the sync_wrapper crate.
3
*/
4
-//! A mutual exclusion primitive that relies on static type information only
5
-//!
6
-//! This library is inspired by [this discussion](https://internals.rust-lang.org/t/what-shall-sync-mean-across-an-await/12020/2).
7
-#![doc(html_logo_url = "https://developer.actyx.com/img/logo.svg")]
8
-#![doc(html_favicon_url = "https://developer.actyx.com/img/favicon.ico")]
9
10
/// A mutual exclusion primitive that relies on static type information only
11
///
0 commit comments