chore: nit picking in internal proc_macro crate
This commit is contained in:
parent
e6c585537f
commit
c1f784498f
4 changed files with 16 additions and 16 deletions
|
|
@ -70,7 +70,7 @@ version = "0.4.6"
|
|||
features = ["std"]
|
||||
|
||||
[dev-dependencies]
|
||||
proc_macro = { path = "src/tests/proc_macro" }
|
||||
proc_macro = { path = "src/tests/proc_macro", package = "tree-sitter-tests-proc-macro" }
|
||||
|
||||
rand = "0.8"
|
||||
tempfile = "3"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "proc_macro"
|
||||
version = "0.1.0"
|
||||
name = "tree-sitter-tests-proc-macro"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
rust-version.workspace = true
|
||||
|
|
|
|||
|
|
@ -82,8 +82,8 @@ pub fn test_with_seed(args: TokenStream, input: TokenStream) -> TokenStream {
|
|||
}
|
||||
|
||||
Ok(Args {
|
||||
retry: retry.expect("`retry` parameter is requred"),
|
||||
seed: seed.expect("`initial_seed` parameter is required"),
|
||||
retry: retry.expect("`retry` parameter is required"),
|
||||
seed: seed.expect("`seed` parameter is required"),
|
||||
seed_fn,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue