chore: add rustfmt config
Also adds a Zed editor config for automatic formatting with nightly.
This commit is contained in:
parent
e91a984da9
commit
d5dbcc7677
31 changed files with 349 additions and 420 deletions
|
|
@ -1,6 +1,8 @@
|
|||
use cosmic_files::operation::recursive::Method;
|
||||
use cosmic_files::operation::{Controller, ReplaceResult, recursive::Context};
|
||||
use std::{error::Error, io, path::PathBuf};
|
||||
use cosmic_files::operation::recursive::{Context, Method};
|
||||
use cosmic_files::operation::{Controller, ReplaceResult};
|
||||
use std::error::Error;
|
||||
use std::io;
|
||||
use std::path::PathBuf;
|
||||
|
||||
#[compio::main]
|
||||
async fn main() -> Result<(), Box<dyn Error>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue