diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 19:15:22 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-13 19:15:22 +0200 |
| commit | 85c1f17d451cf30800ea2f027bcbd15074451a78 (patch) | |
| tree | 85209734caee30b7037709ef9ad4ea83dc2ecc32 /mumd/src/main.rs | |
| parent | 42275c61510f38318332a20c1ee41dbc17663b13 (diff) | |
| download | mum-85c1f17d451cf30800ea2f027bcbd15074451a78.tar.gz | |
add elided-liftimes-in-paths lint
Diffstat (limited to 'mumd/src/main.rs')
| -rw-r--r-- | mumd/src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs index bc72779..825251e 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -1,3 +1,5 @@ +#![warn(elided_lifetimes_in_paths)] + mod audio; mod client; mod command; |
