docs(common): remove favicon doc from sync_wrapper module (#2548)

This commit is contained in:
Sean McArthur
2021-05-12 17:51:45 -07:00
committed by GitHub
parent 8a05f8eec1
commit ccba59fb1b

View File

@@ -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
///