Skip to content

Commit c5faa37

Browse files
seanmonstar5225225
authored andcommitted
docs(common): remove favicon doc from sync_wrapper module (#2548)
1 parent c064eda commit c5faa37

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/common/sync_wrapper.rs

Lines changed: 0 additions & 5 deletions
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)