Skip to content

Commit

Permalink
docs(common): remove favicon doc from sync_wrapper module (hyperium#2548
Browse files Browse the repository at this point in the history
)
  • Loading branch information
seanmonstar authored and Benxiang Ge committed Jul 26, 2021
1 parent 01db1dc commit faf994e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/common/sync_wrapper.rs
@@ -1,11 +1,6 @@
/*
* This is a copy of the sync_wrapper crate.
*/
//! A mutual exclusion primitive that relies on static type information only
//!
//! This library is inspired by [this discussion](https://internals.rust-lang.org/t/what-shall-sync-mean-across-an-await/12020/2).
#![doc(html_logo_url = "https://developer.actyx.com/img/logo.svg")]
#![doc(html_favicon_url = "https://developer.actyx.com/img/favicon.ico")]

/// A mutual exclusion primitive that relies on static type information only
///
Expand Down

0 comments on commit faf994e

Please sign in to comment.