chore: fix some typos in comments (#3635)
Signed-off-by: growfrow <growfrow@outlook.com>
This commit is contained in:
parent
ec29c81ad2
commit
0fc8c37721
5 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// A poly-fill for `lazy_cell`
|
||||
// Replace with std::sync::LazyLock when https://github.com/rust-lang/rust/issues/109736 is stablized.
|
||||
// Replace with std::sync::LazyLock when https://github.com/rust-lang/rust/issues/109736 is stabilized.
|
||||
|
||||
// This isn't used on every platform, which can come up as dead code warnings.
|
||||
#![allow(dead_code)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue