chore: remove AsRef impl from the StringLiteral macro since I don't like that behavior, reorganize it to prevent leaking proc-macro2 / syn / quote
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -2230,6 +2230,13 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "string-literal-macros"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"string-literal-macros-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "string-literal-macros-impl"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"proc-macro2",
|
||||
|
||||
Reference in New Issue
Block a user