1 2 3 4 5
# Clippy configuration for anno workspace # # Allow unwrap() in test code (common practice - test failures are acceptable panics) allow-unwrap-in-tests = true