Skip to content

Commit ccba59f

Browse files
authored
docs(common): remove favicon doc from sync_wrapper module (#2548)
1 parent 8a05f8e commit ccba59f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/common/sync_wrapper.rs

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
/*
22
* This is a copy of the sync_wrapper crate.
33
*/
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")]
94

105
/// A mutual exclusion primitive that relies on static type information only
116
///

0 commit comments

Comments
 (0)