Skip to content

Commit

Permalink
Added deny attribute for non_ascii_idents
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelWats0n committed Apr 18, 2022
1 parent 452ebaa commit 9c0704e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions control_panel/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(
non_ascii_idents,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
Expand Down
1 change: 1 addition & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(
non_ascii_idents,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
Expand Down
1 change: 1 addition & 0 deletions core_tests/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(
non_ascii_idents,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
Expand Down
1 change: 1 addition & 0 deletions example/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(
non_ascii_idents,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
Expand Down
1 change: 1 addition & 0 deletions exchanges/binance/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(
non_ascii_idents,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
Expand Down
1 change: 1 addition & 0 deletions exchanges/binance/tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(
non_ascii_idents,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
Expand Down
1 change: 1 addition & 0 deletions exchanges/serum/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(
non_ascii_idents,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
Expand Down
1 change: 1 addition & 0 deletions exchanges/serum/tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(
non_ascii_idents,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
Expand Down
1 change: 1 addition & 0 deletions mmb_rpc/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(
non_ascii_idents,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
Expand Down
1 change: 1 addition & 0 deletions mmb_utils/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(
non_ascii_idents,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
Expand Down

0 comments on commit 9c0704e

Please sign in to comment.