Skip to content

feat: Add bsky-sdk

feat: Add bsky-sdk #7

Triggered via pull request June 8, 2024 14:56
Status Failure
Total duration 1m 36s
Artifacts

bsky-sdk.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
test
Process completed with exit code 101.
[clippy] bsky-sdk/src/rich_text/detection.rs#L14: bsky-sdk/src/rich_text/detection.rs#L14
warning: variants `Link` and `Tag` are never constructed --> bsky-sdk/src/rich_text/detection.rs:16:5 | 14 | pub enum FacetFeaturesItem { | ----------------- variants in this enum 15 | Mention(Box<MentionWithoutResolution>), 16 | Link(Box<Link>), | ^^^^ 17 | Tag(Box<Tag>), | ^^^ | = note: `FacetFeaturesItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default