chore: Release v0.8.10 #12
Annotations
2 errors and 6 warnings
publish
Tag "v0.8.10" is not allowed to deploy to publish due to environment protection rules.
|
publish
The deployment was rejected or didn't satisfy other protection rules.
|
item in documentation is missing backticks:
src/lender.rs#L47
warning: item in documentation is missing backticks
--> src/lender.rs:47:12
|
47 | /// If the RwLock used is poisoned, but it only happens if a panic happens
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
help: try
|
47 | /// If the `RwLock` used is poisoned, but it only happens if a panic happens
| ~~~~~~~~
|
item in documentation is missing backticks:
src/lender.rs#L35
warning: item in documentation is missing backticks
--> src/lender.rs:35:12
|
35 | /// If the RwLock used is poisoned, but it only happens if a panic happens
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
help: try
|
35 | /// If the `RwLock` used is poisoned, but it only happens if a panic happens
| ~~~~~~~~
|
item in documentation is missing backticks:
src/lender.rs#L20
warning: item in documentation is missing backticks
--> src/lender.rs:20:12
|
20 | /// If the RwLock used is poisoned, but it only happens if a panic happens
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
note: the lint level is defined here
--> src/lib.rs:4:9
|
4 | #![warn(clippy::pedantic)]
| ^^^^^^^^^^^^^^^^
= note: `#[warn(clippy::doc_markdown)]` implied by `#[warn(clippy::pedantic)]`
help: try
|
20 | /// If the `RwLock` used is poisoned, but it only happens if a panic happens
| ~~~~~~~~
|
item in documentation is missing backticks:
src/lender.rs#L47
warning: item in documentation is missing backticks
--> src/lender.rs:47:12
|
47 | /// If the RwLock used is poisoned, but it only happens if a panic happens
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
help: try
|
47 | /// If the `RwLock` used is poisoned, but it only happens if a panic happens
| ~~~~~~~~
|
item in documentation is missing backticks:
src/lender.rs#L35
warning: item in documentation is missing backticks
--> src/lender.rs:35:12
|
35 | /// If the RwLock used is poisoned, but it only happens if a panic happens
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
help: try
|
35 | /// If the `RwLock` used is poisoned, but it only happens if a panic happens
| ~~~~~~~~
|
item in documentation is missing backticks:
src/lender.rs#L20
warning: item in documentation is missing backticks
--> src/lender.rs:20:12
|
20 | /// If the RwLock used is poisoned, but it only happens if a panic happens
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
note: the lint level is defined here
--> src/lib.rs:4:9
|
4 | #![warn(clippy::pedantic)]
| ^^^^^^^^^^^^^^^^
= note: `#[warn(clippy::doc_markdown)]` implied by `#[warn(clippy::pedantic)]`
help: try
|
20 | /// If the `RwLock` used is poisoned, but it only happens if a panic happens
| ~~~~~~~~
|