diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-08-30 01:57:49 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-08-30 01:57:49 -0400 |
| commit | 342d4720576369f83d88b0dbde6ca5d58aebd252 (patch) | |
| tree | 5de73ac23e13e7b1ed5d1cbcba717fbc07689fee /src/main.rs | |
| parent | 8712c3a19c279d664ce75e8e90d6dde1bda56cb4 (diff) | |
Automatically reorder imports to my preferred style.
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index b8981d0..f140da1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,4 @@ use clap::Parser; - use pilcrow::cli; #[tokio::main] |
