add .rustfmt.toml

This commit is contained in:
Crispy 2023-02-26 00:46:25 +01:00
parent c112195b9d
commit 10a56c19d9
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,6 @@ struct Cursor {
column: usize,
}
// #[derive(Clone, Copy)]
type Line = Range<usize>;
impl Editor {