Skip to content

Commit

Permalink
rustfmt again
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonInTheDark committed Jul 9, 2024
1 parent 456f78c commit 8d1aae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypnagogic_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#![allow(clippy::cast_sign_loss)]
// error we can't do anything about because of dependancies
#![allow(clippy::multiple_crate_versions)]
// map makes less sense in some contexts
// map makes less sense in some contexts
#![allow(clippy::bind_instead_of_map)]
// throws in cases where `` obfuscates what's going on (code links)
#![allow(clippy::doc_markdown)]
Expand Down

0 comments on commit 8d1aae4

Please sign in to comment.