local-type-alias 0.1.5

Local type aliases in impl blocks
Documentation
[dependencies.proc-macro2]
version = "1.0.78"

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
features = ["full", "visit-mut"]
version = "2.0.51"

[lib]
proc-macro = true
[lints.clippy]
missing_inline_in_public_items = "warn"
module_name_repetitions = "allow"
redundant_else = "allow"
redundant_pub_crate = "allow"
use_self = "allow"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[package]
categories = ["rust-patterns"]
description = "Local type aliases in impl blocks"
documentation = "https://docs.rs/local-type-alias"
edition = "2021"
keywords = ["type", "alias", "impl"]
license = "MIT"
name = "local-type-alias"
readme = "README.md"
repository = "https://github.com/Spartan2909/local-type-alias"
rust-version = "1.56"
version = "0.1.5"