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.
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
feat: assert last event #25
feat: assert last event #25
Changes from all commits
ec00cd5
957066f
f222c39
09293ef
4b6fe8c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Check warning on line 68 in crates/pop-drink/src/error.rs
GitHub Actions / clippy
useless use of `vec!`
Check warning on line 32 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
missing documentation for a module
Check warning on line 41 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
missing documentation for a type alias
Check warning on line 42 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
missing documentation for a type alias
Check warning on line 71 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 73 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 74 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 75 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 76 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 119 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 120 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 122 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 124 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 125 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 126 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 127 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 128 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 129 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 130 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 131 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 174 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 175 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 176 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 177 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 178 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 179 in crates/pop-drink/src/lib.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 20 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 21 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 22 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 23 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 24 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 25 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 26 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 54 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 55 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 56 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 60 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 61 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 62 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 63 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 64 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 65 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 66 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 70 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 71 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 72 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 73 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 74 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 75 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 76 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 77 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 78 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 85 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 87 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 88 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 90 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 91 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 93 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 94 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 95 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 96 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 97 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 115 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
missing documentation for a function
Check warning on line 138 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 139 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 140 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 141 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 142 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 143 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
using tabs in doc comments is not recommended
Check warning on line 164 in crates/pop-drink/src/macros.rs
GitHub Actions / clippy
missing documentation for a function