We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a380485 commit b910e04Copy full SHA for b910e04
Cargo.toml
@@ -14,8 +14,7 @@ readme = "README.md"
14
once_cell = "1.7"
15
regex = "1.5"
16
17
-[dependencies.proc_macros]
18
-package = "lazy-regex-proc_macros"
+[dependencies.lazy-regex-proc_macros]
19
path = "src/proc_macros"
20
version = "2.0.1"
21
src/lib.rs
@@ -86,7 +86,7 @@ It's checked at compile time to ensure you have the right number of capturing gr
86
87
pub use {
88
once_cell,
89
- proc_macros::{
+ lazy_regex_proc_macros::{
90
regex,
91
regex_captures,
92
regex_find,
0 commit comments