Skip to content

chore(deps): update taiki-e/install-action digest to 2cdf2d8 #161

chore(deps): update taiki-e/install-action digest to 2cdf2d8

chore(deps): update taiki-e/install-action digest to 2cdf2d8 #161

Triggered via pull request October 20, 2025 14:52
Status Success
Total duration 1m 17s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
item in documentation is missing backticks: src/lib.rs#L233
warning: item in documentation is missing backticks --> src/vfs.rs:233:70 | 233 | /// Copies the provided string into a memory buffer allocated by sqlite3_mprintf. | ^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown = note: requested on the command line with `-W clippy::doc-markdown` help: try | 233 | /// Copies the provided string into a memory buffer allocated by `sqlite3_mprintf`. | ~~~~~~~~~~~~~~~~~