diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-07-13 16:21:27 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-04 18:06:21 +0100 |
| commit | 6c7cabdd1492399618f0ecc8840b3c3dddfaeb3e (patch) | |
| tree | 1850a137237d86b32acedaa612dd01c7b17b680f /talpid-time | |
| parent | d081fab3bd95b306b432fce38c926db37f7d68b6 (diff) | |
| download | mullvadvpn-6c7cabdd1492399618f0ecc8840b3c3dddfaeb3e.tar.xz mullvadvpn-6c7cabdd1492399618f0ecc8840b3c3dddfaeb3e.zip | |
Add workspace level lints
Diffstat (limited to 'talpid-time')
| -rw-r--r-- | talpid-time/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/talpid-time/Cargo.toml b/talpid-time/Cargo.toml index 7bd49722ec..fc0effe6b9 100644 --- a/talpid-time/Cargo.toml +++ b/talpid-time/Cargo.toml @@ -8,6 +8,9 @@ license.workspace = true edition.workspace = true publish.workspace = true +[lints] +workspace = true + [dependencies] tokio = { workspace = true, features = ["time"] } libc = "0.2" |
