Skip to content

Commit

Permalink
Remove rustfmt.toml and reformat
Browse files Browse the repository at this point in the history
cargo fmt on stable rust emitted a lot of warnings about unstable
settings in the rustfmt.toml.
  • Loading branch information
wezm committed Oct 29, 2024
1 parent 3ae383d commit 66f14d9
Show file tree
Hide file tree
Showing 4 changed files with 1,528 additions and 1,146 deletions.
66 changes: 0 additions & 66 deletions rustfmt.toml

This file was deleted.

4 changes: 2 additions & 2 deletions src/unicode_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ use core::{

#[derive(Debug, Copy, Clone, Eq)]
pub struct UnicodeBlock {
pub(crate) name: &'static str,
pub(crate) name: &'static str,
pub(crate) start: u32,
pub(crate) end: u32,
pub(crate) end: u32,
}

impl UnicodeBlock {
Expand Down
Loading

0 comments on commit 66f14d9

Please sign in to comment.