Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust 1.33 warnings #7

Open
cholcombe973 opened this issue Mar 2, 2019 · 0 comments
Open

Rust 1.33 warnings #7

cholcombe973 opened this issue Mar 2, 2019 · 0 comments
Assignees

Comments

@cholcombe973
Copy link
Collaborator

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();
   |                                                                    ^^^^^^^^^

@cholcombe973 cholcombe973 self-assigned this Mar 2, 2019
mzhong1 pushed a commit that referenced this issue Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant