Python based REPL for debugger #169
Annotations
4 warnings
field `0` is never read:
pythondap/src/lib.rs#L86
warning: field `0` is never read
--> pythondap/src/lib.rs:86:23
|
86 | pub struct PyVariable(transport::types::Variable);
| ---------- ^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| field in this struct
|
= help: consider removing this field
= note: `PyVariable` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
|
field `0` is never read:
pythondap/src/lib.rs#L68
warning: field `0` is never read
--> pythondap/src/lib.rs:68:26
|
68 | pub struct PyPausedFrame(PausedFrame);
| ------------- ^^^^^^^^^^^
| |
| field in this struct
|
= help: consider removing this field
= note: `PyPausedFrame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
|
field `0` is never read:
pythondap/src/lib.rs#L86
warning: field `0` is never read
--> pythondap/src/lib.rs:86:23
|
86 | pub struct PyVariable(transport::types::Variable);
| ---------- ^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| field in this struct
|
= help: consider removing this field
= note: `PyVariable` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
|
field `0` is never read:
pythondap/src/lib.rs#L68
warning: field `0` is never read
--> pythondap/src/lib.rs:68:26
|
68 | pub struct PyPausedFrame(PausedFrame);
| ------------- ^^^^^^^^^^^
| |
| field in this struct
|
= help: consider removing this field
= note: `PyPausedFrame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
|