Skip to content

Commit

Permalink
Make library no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiJewson authored and rkuhn committed Aug 14, 2021
1 parent c6e71fe commit 1b7f37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Expand Up @@ -18,6 +18,7 @@
//! 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")]
#![no_std]

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

0 comments on commit 1b7f37f

Please sign in to comment.