chore(deps): update taiki-e/install-action digest to 2cdf2d8 #161
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`.
| ~~~~~~~~~~~~~~~~~
|