diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 21:21:28 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-13 21:21:28 +0200 |
| commit | 96ac62de9f93bbd1530456369ecdb57b177564cb (patch) | |
| tree | 4474cf5c7ac5b133892d8833eeb79db540e484ee /mumd | |
| parent | a331f7867bcf065305c1e5009dc9ee9dd7a17845 (diff) | |
| download | mum-96ac62de9f93bbd1530456369ecdb57b177564cb.tar.gz | |
add non_ascii_idents lint
Diffstat (limited to 'mumd')
| -rw-r--r-- | mumd/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs index e6a3321..8d278c0 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -11,6 +11,7 @@ #![deny(missing_abi)] #![deny(future_incompatible)] #![forbid(unsafe_code)] +#![forbid(non_ascii_idents)] pub mod audio; pub mod client; |
