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

chore: use modern modules syntax #492

Merged
merged 1 commit into from
Sep 12, 2023
Merged

chore: use modern modules syntax #492

merged 1 commit into from
Sep 12, 2023

Conversation

joshka
Copy link
Member

@joshka joshka commented Sep 11, 2023

Move xxx/mod.rs to xxx.rs

Fixes #488

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #492 (f7c81d8) into main (94af2a2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #492   +/-   ##
=======================================
  Coverage   89.89%   89.89%           
=======================================
  Files          41       41           
  Lines       11286    11286           
=======================================
  Hits        10145    10145           
  Misses       1141     1141           
Files Changed Coverage Δ
src/backend.rs 82.92% <ø> (ø)
src/widgets.rs 64.70% <ø> (ø)
src/widgets/barchart.rs 92.68% <ø> (ø)
src/widgets/canvas.rs 91.90% <ø> (ø)

Copy link
Collaborator

@kdheepak kdheepak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this change

  1. In neovim with telescope:
image
  1. In the terminal with fzf
image
  1. In VSCode
image

Move xxx/mod.rs to xxx.rs
@joshka
Copy link
Member Author

joshka commented Sep 12, 2023

Rebased to clear conflicts in anticipation of merging.

@joshka joshka merged commit a7bf4b3 into main Sep 12, 2023
33 checks passed
@joshka joshka deleted the chore-modules branch September 12, 2023 19:38
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

Successfully merging this pull request may close these issues.

Use new module name convention (src/xxx.rs instead of src/xxx/mod.rs)
3 participants