mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
ec9079f483
## Problem The proxy denies using `unwrap()`s in regular code, but we want to use it in test code and so have to allow it for each test block. ## Summary of changes Set `allow-unwrap-in-tests = true` in clippy.toml and remove all exceptions.