Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed Jan 30, 2022
1 parent d472c8e commit 9917c4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "higher-order-closure"
authors = [
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"
]
version = "0.0.4" # Keep in sync
version = "0.0.5" # Keep in sync
edition = "2018"

license = "Zlib OR MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://github.com/danielhenrymantilla/higher-order-closure.rs/actions)
See the [RFC #3216](https://github.com/rust-lang/rfcs/pull/3216): this crate
is a Proof-of-Concept of the ideas laid out there[^1].

[ˆ1]: with the exception of allowing elided lifetimes to have a meaning (chosen higher-order), which the RFC cannot do in order to be future-proof.
[^1]: with the exception of allowing elided lifetimes to have a meaning (chosen higher-order), which the RFC cannot do in order to be future-proof.

<details><summary>Click to expand</summary>

Expand Down

0 comments on commit 9917c4e

Please sign in to comment.