Updated to non path dependency for bp3d-logger #19
cargo test (windows-2019)
There are 0 failures, 4 warnings, and 0 notice.
Details
Results
Compile result
Type | Count |
---|---|
error: internal compiler error | 0 |
error | 0 |
warning | 4 |
failure-note | 0 |
note | 0 |
help | 0 |
Test result
Name | Status |
---|---|
src\lib.rs:116 setup | ok |
Annotations
Check warning on line 29 in src\profiler\thread\store.rs
github-actions / cargo test (windows-2019)
unused import: `bytesutil::WriteExt`
warning: unused import: `bytesutil::WriteExt`
--> src\profiler\thread\store.rs:29:5
|
29 | use bytesutil::WriteExt;
| ^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Raw output
[
{
"children": [],
"code": null,
"level": "note",
"message": "`#[warn(unused_imports)]` on by default",
"rendered": null,
"spans": []
},
{
"children": [],
"code": null,
"level": "help",
"message": "remove the whole `use` item",
"rendered": null,
"spans": [
{
"byte_end": 1648,
"byte_start": 1624,
"column_end": 25,
"column_start": 1,
"expansion": null,
"file_name": "src\\profiler\\thread\\store.rs",
"is_primary": true,
"label": null,
"line_end": 29,
"line_start": 29,
"suggested_replacement": "",
"suggestion_applicability": "MachineApplicable",
"text": [
{
"highlight_end": 25,
"highlight_start": 1,
"text": "use bytesutil::WriteExt;"
}
]
}
]
}
]
Check warning on line 88 in src\util.rs
github-actions / cargo test (windows-2019)
methods `into_u64` and `get_id_instance` are never used
warning: methods `into_u64` and `get_id_instance` are never used
--> src\util.rs:88:12
|
83 | impl SpanId {
| ----------- methods in this implementation
...
88 | pub fn into_u64(self) -> u64 {
| ^^^^^^^^
...
92 | pub fn get_id_instance(&self) -> (NonZeroU32, u32) {
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Raw output
[
{
"children": [],
"code": null,
"level": "note",
"message": "`#[warn(dead_code)]` on by default",
"rendered": null,
"spans": []
}
]
Check warning on line 29 in src\profiler\thread\store.rs
github-actions / cargo test (windows-2019)
unused import: `bytesutil::WriteExt`
warning: unused import: `bytesutil::WriteExt`
--> src\profiler\thread\store.rs:29:5
|
29 | use bytesutil::WriteExt;
| ^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Raw output
[
{
"children": [],
"code": null,
"level": "note",
"message": "`#[warn(unused_imports)]` on by default",
"rendered": null,
"spans": []
},
{
"children": [],
"code": null,
"level": "help",
"message": "remove the whole `use` item",
"rendered": null,
"spans": [
{
"byte_end": 1648,
"byte_start": 1624,
"column_end": 25,
"column_start": 1,
"expansion": null,
"file_name": "src\\profiler\\thread\\store.rs",
"is_primary": true,
"label": null,
"line_end": 29,
"line_start": 29,
"suggested_replacement": "",
"suggestion_applicability": "MachineApplicable",
"text": [
{
"highlight_end": 25,
"highlight_start": 1,
"text": "use bytesutil::WriteExt;"
}
]
}
]
}
]
Check warning on line 88 in src\util.rs
github-actions / cargo test (windows-2019)
methods `into_u64` and `get_id_instance` are never used
warning: methods `into_u64` and `get_id_instance` are never used
--> src\util.rs:88:12
|
83 | impl SpanId {
| ----------- methods in this implementation
...
88 | pub fn into_u64(self) -> u64 {
| ^^^^^^^^
...
92 | pub fn get_id_instance(&self) -> (NonZeroU32, u32) {
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Raw output
[
{
"children": [],
"code": null,
"level": "note",
"message": "`#[warn(dead_code)]` on by default",
"rendered": null,
"spans": []
}
]