Skip to content

Commit

Permalink
[Fix] fix clippies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-russo committed Feb 19, 2024
1 parent 1bec308 commit b45ab0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions proptest-derive/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,6 @@ error!(
in Rust. An example: `#[proptest(params = \"ComplexType<Foo>\")]`."
);

// Happens when syn can't interpret <tts> in `#[proptest <tts>]`.
error!(no_interp_meta, E0024,
"The tokens `<tts>` in #[proptest <tts>] do not make for a valid attribute.");

// Happens when more than one of `#[proptest(strategy..)]`,
// `#[proptest(value..)]`, or `#[proptest(regex..)]` were specified.
// They are mutually exclusive choices.
Expand Down

0 comments on commit b45ab0f

Please sign in to comment.