Skip to content

feat: Add bsky-sdk

feat: Add bsky-sdk #4

GitHub Actions / clippy failed Jun 5, 2024 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (1)

bsky-sdk/src/moderation/subjects/post.rs|10 col 5| error[E0432]: unresolved import regex
--> bsky-sdk/src/moderation/subjects/post.rs:10:5
|
10 | use regex::Regex;
| ^^^^^ use of undeclared crate or module regex

Filtered Findings (0)

Annotations

Check failure on line 10 in bsky-sdk/src/moderation/subjects/post.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] bsky-sdk/src/moderation/subjects/post.rs#L10

error[E0432]: unresolved import `regex`
  --> bsky-sdk/src/moderation/subjects/post.rs:10:5
   |
10 | use regex::Regex;
   |     ^^^^^ use of undeclared crate or module `regex`
Raw output
bsky-sdk/src/moderation/subjects/post.rs:10:5:e:error[E0432]: unresolved import `regex`
  --> bsky-sdk/src/moderation/subjects/post.rs:10:5
   |
10 | use regex::Regex;
   |     ^^^^^ use of undeclared crate or module `regex`


__END__