rust-cli / human-panic

Panic messages for humans.
https://docs.rs/human-panic
Apache License 2.0
1.66k stars 65 forks source link

docs + .gitignore fix #38

Closed rukai closed 6 years ago

rukai commented 6 years ago

The docs refer to catch_unwind while this library actually uses set_hook. Looks like it used to use catch_unwind and was never changed.

By removing the / at the end of target then .gitignore will handle both folders and symlinks. This is useful as I symlink my target directories to make syncing projects between machines faster.

This is mostly a 🔦 documentation change

Checklist

Semver Changes

patch version