Commit Graph

4 Commits

Author SHA1 Message Date
John Nunley b29af2b72c
breaking: Remove the pre-exec extension function
The purpose for removing this function is twofold:

- It is the only unsafe code in this crate that can't be realistically
  replaced with safe code.
- It is a footgun anyways, and can be done anyways with Into::into() if
   users really want it.

This is a breaking change.

Signed-off-by: John Nunley <dev@notgull.net>
2023-10-07 21:06:27 -07:00
Taiki Endo f76d325959 Seal CommandExt trait
This is technically a breaking change, but we follow the standard
library's decision that sealing CommandExt is fine.
bfd1ccfb27
2022-12-30 14:31:53 +09:00
Jayce Fayne afbc34d070 fix clippy warnings 2021-04-17 14:18:59 +02:00
Stjepan Glavina 056879ddf5 Add platform-specific extensions 2020-08-22 16:32:49 +00:00