uuid-rs / uuid

Generate and parse UUIDs.

Home Page:https://www.crates.io/crates/uuid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codebase formatting

malobre opened this issue · comments

While working on #523 I noticed:

  • some files are not correctly formatted (i.e: running cargo fmt --check fails),
  • a .rustfmt.toml file is present,
    it was added in #210 because there was differences in formatting between nightly and stable.
    This might not be needed anymore ?