diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-12-16 09:00:46 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-12-16 09:46:30 +0000 |
| commit | 4ee83e2fe5335a8afd78439c35f029c4a472e797 (patch) | |
| tree | bdb111b191e7a68cb74ce29b4bb2757b4b7be91f /src/lib/mod.rs | |
| parent | 5fe839e2bf8ceb2931c1984efb2d956980431203 (diff) | |
chore: bump nix flake rust nightly `fmt` overlay
update the rust nightly `fmt` overlay which needs to be pinned
to a specific version (this case by date)
update formatting in main files via `cargo fmt`
Diffstat (limited to 'src/lib/mod.rs')
| -rw-r--r-- | src/lib/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/mod.rs b/src/lib/mod.rs index 6e6f6fe..2072a80 100644 --- a/src/lib/mod.rs +++ b/src/lib/mod.rs | |||
| @@ -6,7 +6,7 @@ pub mod login; | |||
| 6 | pub mod repo_ref; | 6 | pub mod repo_ref; |
| 7 | pub mod repo_state; | 7 | pub mod repo_state; |
| 8 | 8 | ||
| 9 | use anyhow::{anyhow, Result}; | 9 | use anyhow::{Result, anyhow}; |
| 10 | use directories::ProjectDirs; | 10 | use directories::ProjectDirs; |
| 11 | 11 | ||
| 12 | pub fn get_dirs() -> Result<ProjectDirs> { | 12 | pub fn get_dirs() -> Result<ProjectDirs> { |