add skos to PrefixMapping::common #87
clippy
6 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 6 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.81.0 (eeb90cda1 2024-09-04)
- cargo 1.81.0 (2dbb1af80 2024-08-20)
- clippy 0.1.81 (eeb90cd 2024-09-04)
Annotations
Check failure on line 103 in rdftk_names/src/skos.rs
github-actions / clippy
missing documentation for a constant
error: missing documentation for a constant
--> rdftk_names/src/skos.rs:103:5
|
103 | pub const STATUS_UNSTABLE: &str = "unstable";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Check failure on line 102 in rdftk_names/src/skos.rs
github-actions / clippy
missing documentation for a constant
error: missing documentation for a constant
--> rdftk_names/src/skos.rs:102:5
|
102 | pub const STATUS_TESTING: &str = "testing";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Check failure on line 101 in rdftk_names/src/skos.rs
github-actions / clippy
missing documentation for a constant
error: missing documentation for a constant
--> rdftk_names/src/skos.rs:101:5
|
101 | pub const STATUS_STABLE: &str = "stable";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Check failure on line 100 in rdftk_names/src/skos.rs
github-actions / clippy
missing documentation for a constant
error: missing documentation for a constant
--> rdftk_names/src/skos.rs:100:5
|
100 | pub const STATUS_PROPOSED: &str = "proposed";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Check failure on line 99 in rdftk_names/src/skos.rs
github-actions / clippy
missing documentation for a constant
error: missing documentation for a constant
--> rdftk_names/src/skos.rs:99:5
|
99 | pub const STATUS_DEPRECATED: &str = "deprecated";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Check failure on line 98 in rdftk_names/src/skos.rs
github-actions / clippy
missing documentation for a constant
error: missing documentation for a constant
--> rdftk_names/src/skos.rs:98:5
|
98 | pub const STATUS_ARCHAIC: &str = "archaic";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D missing-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(missing_docs)]`