Bump thiserror from 2.0.10 to 2.0.11 #187
Annotations
13 warnings
dependabot
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
useless conversion to the same type: `pyo3::PyErr`:
pythondap/src/debugger.rs#L291
warning: useless conversion to the same type: `pyo3::PyErr`
--> pythondap/src/debugger.rs:291:44
|
291 | pub fn step_over(&mut self) -> PyResult<Option<ProgramState>> {
| ^ help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `pyo3::PyErr`:
pythondap/src/debugger.rs#L251
warning: useless conversion to the same type: `pyo3::PyErr`
--> pythondap/src/debugger.rs:251:41
|
251 | pub fn resume(&mut self) -> PyResult<Option<ProgramState>> {
| ^ help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `pyo3::PyErr`:
pythondap/src/debugger.rs#L240
warning: useless conversion to the same type: `pyo3::PyErr`
--> pythondap/src/debugger.rs:240:18
|
240 | ) -> PyResult<Self> {
| ^ help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `pyo3::PyErr`:
pythondap/src/debugger.rs#L151
warning: useless conversion to the same type: `pyo3::PyErr`
--> pythondap/src/debugger.rs:151:31
|
151 | fn show(&self) -> PyResult<()> {
| ^ help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
field `path` is never read:
launch_configuration/src/lib.rs#L48
warning: field `path` is never read
--> launch_configuration/src/lib.rs:48:5
|
47 | struct Folder {
| ------ field in this struct
48 | path: String,
| ^^^^
|
fields `folders` and `settings` are never read:
launch_configuration/src/lib.rs#L40
warning: fields `folders` and `settings` are never read
--> launch_configuration/src/lib.rs:40:9
|
39 | VsCodeWorkspace {
| --------------- fields in this variant
40 | folders: Vec<Folder>,
| ^^^^^^^
41 | settings: HashMap<String, serde_json::Value>,
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
useless conversion to the same type: `pyo3::PyErr`:
pythondap/src/launch_configuration.rs#L30
warning: useless conversion to the same type: `pyo3::PyErr`
--> pythondap/src/launch_configuration.rs:30:14
|
30 | ) -> PyResult<PyChosenLaunchConfiguration> {
| ^ help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `pyo3::PyErr`:
pythondap/src/debugger.rs#L291
warning: useless conversion to the same type: `pyo3::PyErr`
--> pythondap/src/debugger.rs:291:44
|
291 | pub fn step_over(&mut self) -> PyResult<Option<ProgramState>> {
| ^ help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `pyo3::PyErr`:
pythondap/src/debugger.rs#L240
warning: useless conversion to the same type: `pyo3::PyErr`
--> pythondap/src/debugger.rs:240:18
|
240 | ) -> PyResult<Self> {
| ^ help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `pyo3::PyErr`:
pythondap/src/debugger.rs#L151
warning: useless conversion to the same type: `pyo3::PyErr`
--> pythondap/src/debugger.rs:151:31
|
151 | fn show(&self) -> PyResult<()> {
| ^ help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
field `path` is never read:
launch_configuration/src/lib.rs#L48
warning: field `path` is never read
--> launch_configuration/src/lib.rs:48:5
|
47 | struct Folder {
| ------ field in this struct
48 | path: String,
| ^^^^
|
fields `folders` and `settings` are never read:
launch_configuration/src/lib.rs#L40
warning: fields `folders` and `settings` are never read
--> launch_configuration/src/lib.rs:40:9
|
39 | VsCodeWorkspace {
| --------------- fields in this variant
40 | folders: Vec<Folder>,
| ^^^^^^^
41 | settings: HashMap<String, serde_json::Value>,
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|