fix-hidden-lifetime-bug 0.1.0

Proc-macro to write an automatic fix for the "hidden lifetime in impl Trait" issue
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.proc_macros]
package = "fix-hidden-lifetime-bug-proc_macros"
version = "0.1.0"

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "Proc-macro to write an automatic fix for the \"hidden lifetime in impl Trait\" issue"
documentation = "https://docs.rs/fix-hidden-lifetime-bug"
edition = "2018"
keywords = ["impl", "lifetime", "bug", "hidden", "bound"]
license = "Zlib OR MIT OR Apache-2.0"
name = "fix-hidden-lifetime-bug"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/fix-hidden-lifetime-bug.rs"
version = "0.1.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]