code: Add docs and deprecation notices #581
clippy results
7 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 7 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.79.0 (129f3b996 2024-06-10)
- cargo 1.79.0 (ffa9cf99a 2024-06-03)
- clippy 0.1.79 (129f3b9 2024-06-10)
Annotations
Check failure on line 1018 in src/transfer.rs
github-actions / clippy results
the since field must contain a semver-compliant version
error: the since field must contain a semver-compliant version
--> src/transfer.rs:1018:9
|
1018 | since = "0.7",
| ^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_semver
Check failure on line 954 in src/transfer.rs
github-actions / clippy results
the since field must contain a semver-compliant version
error: the since field must contain a semver-compliant version
--> src/transfer.rs:954:9
|
954 | since = "0.7",
| ^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_semver
Check failure on line 914 in src/transfer.rs
github-actions / clippy results
the since field must contain a semver-compliant version
error: the since field must contain a semver-compliant version
--> src/transfer.rs:914:9
|
914 | since = "0.7",
| ^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_semver
Check failure on line 894 in src/transfer.rs
github-actions / clippy results
the since field must contain a semver-compliant version
error: the since field must contain a semver-compliant version
--> src/transfer.rs:894:9
|
894 | since = "0.7",
| ^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_semver
Check failure on line 262 in src/core.rs
github-actions / clippy results
the since field must contain a semver-compliant version
error: the since field must contain a semver-compliant version
--> src/core.rs:262:18
|
262 | #[deprecated(since = "0.7", note = "Use the peer_version() method")]
| ^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_semver
Check failure on line 260 in src/core.rs
github-actions / clippy results
the since field must contain a semver-compliant version
error: the since field must contain a semver-compliant version
--> src/core.rs:260:18
|
260 | #[deprecated(since = "0.7", note = "Use the our_version() method")]
| ^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_semver
Check failure on line 258 in src/core.rs
github-actions / clippy results
the since field must contain a semver-compliant version
error: the since field must contain a semver-compliant version
--> src/core.rs:258:18
|
258 | #[deprecated(since = "0.7", note = "Use the verifier() method")]
| ^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_semver
= note: `#[deny(clippy::deprecated_semver)]` on by default