Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix: Handle all escape characters #245
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
Uh oh!
There was an error while loading. Please reload this page.
Fix: Handle all escape characters #245
Changes from all commits
1069f2a6bb24af6c1fdf79472d491280263File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 36 in atat/src/asynch/client.rs
this could be a `const fn`
Check warning on line 68 in atat/src/asynch/client.rs
the following explicit lifetimes could be elided: 'guard
Check warning on line 69 in atat/src/asynch/client.rs
this argument is a mutable reference, but not used mutably
Check warning on line 71 in atat/src/asynch/client.rs
future cannot be sent between threads safely
Check warning on line 81 in atat/src/asynch/client.rs
future cannot be sent between threads safely
Check warning on line 90 in atat/src/asynch/client.rs
matching over `()` is more explicit
Check warning on line 108 in atat/src/asynch/client.rs
consider adding a `;` to the last statement for consistent formatting
Check warning on line 125 in atat/src/asynch/client.rs
unnecessary boolean `not` operation
Check warning on line 25 in atat/src/asynch/simple_client.rs
this could be a `const fn`
Check warning on line 58 in atat/src/asynch/simple_client.rs
unnecessary semicolon
Check warning on line 92 in atat/src/asynch/simple_client.rs
consider adding a `;` to the last statement for consistent formatting
Check warning on line 139 in atat/src/asynch/simple_client.rs
consider adding a `;` to the last statement for consistent formatting
Check warning on line 145 in atat/src/asynch/simple_client.rs
future cannot be sent between threads safely
Check warning on line 160 in atat/src/asynch/simple_client.rs
unnecessary boolean `not` operation
Check warning on line 15 in atat/src/blocking/client.rs
first doc comment paragraph is too long
Check warning on line 44 in atat/src/blocking/client.rs
this could be a `const fn`
Check warning on line 68 in atat/src/blocking/client.rs
the following explicit lifetimes could be elided: 'guard
Check warning on line 69 in atat/src/blocking/client.rs
this argument is a mutable reference, but not used mutably
Check warning on line 114 in atat/src/blocking/client.rs
temporary with significant `Drop` can be early dropped
Check warning on line 117 in atat/src/blocking/client.rs
unnecessary boolean `not` operation
Check warning on line 36 in atat/src/digest.rs
item in documentation is missing backticks
Check warning on line 37 in atat/src/digest.rs
item in documentation is missing backticks
Check warning on line 484 in atat/src/digest.rs
this could be rewritten as `let...else`
Check warning on line 489 in atat/src/digest.rs
this function could have a `#[must_use]` attribute
Check warning on line 493 in atat/src/digest.rs
use Option::map_or_else instead of an if let/else
Check warning on line 6 in atat/src/ingress.rs
you are deriving `PartialEq` and can implement `Eq`
Check warning on line 112 in atat/src/ingress.rs
docs for function which may panic missing `# Panics` section
Check warning on line 184 in atat/src/ingress.rs
consider adding a `;` to the last statement for consistent formatting
Check warning on line 220 in atat/src/ingress.rs
future cannot be sent between threads safely
Check warning on line 268 in atat/src/ingress.rs
consider adding a `;` to the last statement for consistent formatting
Check warning on line 4 in atat/src/response.rs
you are deriving `PartialEq` and can implement `Eq`
Check warning on line 22 in atat/src/response.rs
this method could have a `#[must_use]` attribute
Check warning on line 22 in atat/src/response.rs
docs for function which may panic missing `# Panics` section
Check warning on line 29 in atat/src/response_slot.rs
this method could have a `#[must_use]` attribute
Check warning on line 42 in atat/src/response_slot.rs
the following explicit lifetimes could be elided: 'a
Check warning on line 42 in atat/src/response_slot.rs
docs for function which may panic missing `# Panics` section
Check warning on line 50 in atat/src/response_slot.rs
the following explicit lifetimes could be elided: 'a
Check warning on line 50 in atat/src/response_slot.rs
docs for function which may panic missing `# Panics` section
Check warning on line 66 in atat/src/response_slot.rs
temporary with significant `Drop` can be early dropped
Check warning on line 86 in atat/src/response_slot.rs
temporary with significant `Drop` can be early dropped
Check warning on line 32 in atat/src/urc_channel.rs
this method could have a `#[must_use]` attribute
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.