diff options
author | Pauline <git@ethanlibs.co> | 2023-12-20 01:58:22 -0500 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-12-20 01:58:22 -0500 |
commit | 8e85be96a154b371b4cf1fb1924155d96150f949 (patch) | |
tree | 22edab0f259bbdba76d1c8fb790ff2c6cf65db60 /.rustfmt.toml | |
parent | 64537e64852193cb735ee4853c0f8d07a5222030 (diff) | |
download | Nexus-8e85be96a154b371b4cf1fb1924155d96150f949.tar.gz Nexus-8e85be96a154b371b4cf1fb1924155d96150f949.tar.bz2 Nexus-8e85be96a154b371b4cf1fb1924155d96150f949.zip |
chore(lint): bump deps and fix linting/format
Diffstat (limited to '.rustfmt.toml')
-rw-r--r-- | .rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml index 9c4c730..09008c0 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -9,4 +9,4 @@ edition = "2021" merge_derives = true use_try_shorthand = false use_field_init_shorthand = false -force_explicit_abi = true
\ No newline at end of file +force_explicit_abi = true |