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
Add metrics to attributes #257
Add metrics to attributes #257
Changes from 2 commits
3562ef4
95fe88a
5794a68
268f507
8e1db4b
2e089c6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 340 in src/attrs.rs
GitHub Actions / clippy
docs for function which may panic missing `# Panics` section
Check warning on line 40 in src/buffer.rs
GitHub Actions / clippy
docs for function which may panic missing `# Panics` section
Check warning on line 210 in src/buffer.rs
GitHub Actions / clippy
item in documentation is missing backticks
Check warning on line 320 in src/buffer.rs
GitHub Actions / clippy
docs for function which may panic missing `# Panics` section
Check warning on line 391 in src/buffer.rs
GitHub Actions / clippy
docs for function which may panic missing `# Panics` section
Check warning on line 531 in src/edit/editor.rs
GitHub Actions / clippy
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
Check warning on line 218 in src/edit/vi.rs
GitHub Actions / clippy
docs for function returning `Result` missing `# Errors` section
Check warning on line 648 in src/edit/vi.rs
GitHub Actions / clippy
match expression looks like `matches!` macro
Check warning on line 882 in src/edit/vi.rs
GitHub Actions / clippy
called `filter(..).next()` on an `Iterator`. This is more succinctly expressed by calling `.find(..)` instead
Check warning on line 888 in src/edit/vi.rs
GitHub Actions / clippy
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
Check warning on line 994 in src/edit/vi.rs
GitHub Actions / clippy
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
Check warning on line 1022 in src/edit/vi.rs
GitHub Actions / clippy
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
Check warning on line 1138 in src/edit/vi.rs
GitHub Actions / clippy
manual implementation of `Option::map`
Check warning on line 1171 in src/edit/vi.rs
GitHub Actions / clippy
docs for function returning `Result` missing `# Errors` section
Check warning on line 31 in src/layout.rs
GitHub Actions / clippy
item in documentation is missing backticks
Check warning on line 61 in src/layout.rs
GitHub Actions / clippy
item in documentation is missing backticks