ironcalc / IronCalc

Main engine of the IronCalc ecosystem
Apache License 2.0
48 stars 2 forks source link

FIX: Remove all `expect`, `panic` and `unwrap` from production code #33

Open nhatcher opened 2 months ago

nhatcher commented 2 months ago

We can achieve that by:

cargo clippy --all-targets --all-features -- -D warnings -D clippy::expect_used -D clippy::unwrap_used -D clippy::panic