Skip to content

Commit

Permalink
Add missing words in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Sep 17, 2024
1 parent 2a49bfd commit 3da32ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rubicon/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@
//! rustc flag would singlehandedly solve the problem.
//!
//! Someone just has to do it. In the meantime, this crate (and source-patching crates like
//! `tokio`, `tracing`, `parking_lot`, `eyre`, see the [compatibility tracker](https://github.com/bearcove/rubicon/issues/3).
//! `tokio`, `tracing`, `parking_lot`, `eyre`, see the [compatibility tracker](https://github.com/bearcove/rubicon/issues/3))
//! act as a "polyfill" — proving that it's a reasonable and useful approach, which should
//! make "hey can we let rustc dangerously allow dynamic linking" simpler to defend when it
//! comes time to submit a PR.
//!
//! ## Safety
//!
Expand Down

0 comments on commit 3da32ab

Please sign in to comment.