8000 Rust 1.33 warnings · Issue #7 · Comcast/libstorage · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Rust 1.33 warnings #7
Open
Open
@cholcombe973

Description

@cholcombe973

Just making a note of this so i don't forget.

   --> src/error.rs:116:48
    |
116 |             StorageError::CsvError(ref e) => e.cause(),
    |                                                ^^^^^

warning: use of deprecated item 'core::str::<impl str>::trim_left': superseded by `trim_start`
  --> src/telegraf.rs:98:68
   |
98 |                 let counter_value = line[end_index.unwrap() + 1..].trim_left();
   |                                                                    ^^^^^^^^^

warning: use of deprecated item 'core::str::<impl str>::trim_left': superseded by `trim_start`
  --> src/telegraf.rs:98:68
   |
98 |                 let counter_value = line[end_index.unwrap() + 1..].trim_left();
   |                                                                    ^^^^^^^^^

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0